I also just found this... ini_set("max_execution_time", "60")But set_time_limit() seems more flexible, because you can call that in specific places in your script where you might expect long processing time.
Thanks! At 10:56 AM -0500 7/5/05, 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
-- -James