Quote:
Originally Posted by Don Corleone
|
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.