set time limit in PHP
by satheeshkumar[ Edit ] 2012-09-18 12:59:21
set time limit in PHP ,
set_time_limit ( int $seconds )
set_time_limit - Limits the maximum execution time.
Set the number of seconds a script is allowed to run. If this is reached, the script returns a fatal error. The default limit is 30 seconds or, if it exists, the max_execution_time value defined in the php.ini.