rock on, it worked!

thanks y'all, you've opened a whole new window. there turned out to be two
ways to pull it off

ini_set("max_execution_time", $seconds);

set_time_limit($seconds)

again, thanks,
mike

on 7/3/01 11:15 PM, Maxim Maletsky at [EMAIL PROTECTED] wrote:

> this is the correct link:
> http://php.net/manual/en/function.set-time-limit.php
> 
> -maxim maletsky
> 
> 
> -----Original Message-----
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 04, 2001 2:07 PM
> To: mike cullerton
> Cc: php php
> Subject: Re: [PHP] max_execution_time
> 
> 
>> i've got a script running into my max_execution_time. is there a way to
>> override the value in php.ini from within a script, rather than increasing
>> the time in php.ini?
> 
> http://php.net/settimelimit
> 


 -- mike cullerton



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