[PHP-WIN] restrictions on file_get_contents()

2005-08-02 Thread Irvin Piraman
Hello! I have a script that uses file_get_contents() to pull off an .html page on two different remote servers. This was working perfectly before, but now file_get_contents() returns false when pulling off the page from one of the sites, but successfully returns the contents from the other site

[PHP-WIN] Re: restrictions on file_get_contents()

2005-08-02 Thread Irvin Piraman
Working it off on another webhost revealed the error: Temporary error in name resolution. Apparently file_get_contents("http://www.offsiteserver.com";) didn't work but file_get_contents("http://XXX.XXX.XXX.XXX";) did. On 8/3/05, Irvin Piraman <[EMAIL PROTECTED]> wrote: > > > Hello! > > I ha

[PHP-WIN] problem with PHP 5.0.4 isapi on Windows 2000 IIS6

2005-08-02 Thread Gordon Heydon
Hi, I have a problem where it seems that once PHP has completed the page then not exiting. The subsequent request of the same page is then throwing an error that it is trying to redeclare a function. It seems like the PHP is still running of the last request with the old page still in memory and