Quote:
Originally Posted by welo
If both sites are on the same server you can do this by using the full path in your chdir and require_once statements:
Code:
chdir('/home/username/public_html/forums');
require_once('/home/username/public_html/forums/vBExternal.php');
This is also the workaround if your forum occupies a subdomain on a separate server account.
|
no, both sites are not on the same server!
would it work if I insert the full url not the path, or what?