Re: [PHP] PHP Failing to open remote files using include/require

2004-09-23 Thread Andrew Kreps
On Thu, 23 Sep 2004 15:04:26 +0100, Mark Cooke <[EMAIL PROTECTED]> wrote: > I have a server hosted by a company running Win2k, they are in charge of > the maintainance, and we had a site working fine, then yesterday, it > failed to include any files using http:// using: > include ("http://".$_SERVE

[PHP] PHP Failing to open remote files using include/require

2004-09-23 Thread Mark Cooke
Hi, I have a server hosted by a company running Win2k, they are in charge of the maintainance, and we had a site working fine, then yesterday, it failed to include any files using http:// using: include ("http://".$_SERVER['SERVER_NAME']."/dir/somefile.php"); The code has not been altered in 2 w