Forum Moderators: coopster
SERVER A:
index.php has:
include('http://server-b/file.php');
The content of file.php is:
phpinfo();
... but phpinfo() throws info about server B instead of its parent file SERVER A.
Is there any way to accomplish that?