On Tue, 2005-07-05 at 10:56 -0500, Jay Blanchard wrote:
> [snip]
> Is there a way to, on a script by script basis, change the maximum 
> allowed time that a script is allowed to run?
> [/snip]
> 
> http://www.php.net/set_time_limit
> 

More specifically... 

set_time_limit( 0 );

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to