Are you running in safe mode?  Set_time_limit doesn't work in safe mode.

Glenn

"Dries" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Why does the time limit doesn't work ?
> Any suggestions how to fix this?
>
> Thanks!
>
>
> function connect1()
> {
>     set_time_limit(2);
>     $url  = http://www.example.com;
>     $file = implode('',file($url));
> }
>
>
>



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