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 Development 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]
- Re: [PHP-DEV] set_time_limit() dries
- Re: [PHP-DEV] set_time_limit() Gavin Sherry
