On Friday 05 December 2003 05:22 pm, John J Foerch wrote:
> Hi,
>      Is there some way to turn off maximum execution time?  Preferably
> within the script itself?
> Thanks,
> John

set_time_limit(0);

zero is for not timeout, change to # of seconds if you want.

James

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

Reply via email to