![]() |
|
|
+ Search |
![]()
|
May 15th, 2000 20:35
Nathan Wallace, Michael Dearman, Richard Lynch
PHP scripts are aborted after the maximum execution time has been
exceeded. The default is 30 seconds. You can change this setting in
your .ini file (if unix or GNU/Linux) for
max_execution_time = 50
Or, in your PHP script you can use:
set_time_limit(50);