I have a remote PHP file that I'm calling through include. Most of the time it works, but a lot of times I see these errors. I've replaced the actual file with "remote-php file" in the error codes below. Is it the remote server timing out or is it the server I am using to call the remote file? Errors: (null)() [<a href='function.include'>function.include</a>]: Failed opening 'remote-php-file' for inclusion (include_path='.:/usr/php4/lib/php') in /home/common.inc(1352) : eval()'d code on line 39. Unknown(remote-php-file): failed to open stream: Connection timed out in /home/common.inc(1352) : eval()'d code on line 39.
The error means that the remote host did not respond in time. I'm sure the problem is in the host where that file is stored.