Try doing 

set_time_limit(0); 

at the start of your script and see if that makes a difference.

- Tim

On 13 Aug 2001 12:00:24 +0100, David Ovens wrote:
> this is my fsockopen satement it will check about 4/5 urls and then time out
> (exceed 30 second timeout error) on the 5/6 url,  I have no idea, why my
> program wont continue checking all the urls in one go.
> 
> 
> $socket = @fsockopen($urlArray["host"], $urlArray["port"], $errnum, $errstr,
> 100);



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to