Quote:
Originally Posted by TheSquealer
|
Are the domains on the same server or different servers? Also, Nix or Win?
If they are on the same server then include the file from domain 2 using the full path to the file, not the url.
If they are not on the same server then if you are on win you cannot use include to pull it in, if you are on nix you can use include using the url if allow_url_include is set to true in your php.ini file.
.