Is it possible, by putting an include files FULL url in to the php include tag?
Like that?
So server1domain.com can pull an include from server2domain.com
Regards,
Lee
PHP Code:
<? include("http://www.domain.com/includethisfile.php"); ?>So server1domain.com can pull an include from server2domain.com
Regards,
Lee

Comment