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
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
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