11-07-2008, 03:40 PM
|
#2 (permalink)
|
|
Moderateur
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
|
In php.ini, max_execution_time = 60
In a .htaccess file (if your server configuration allows it) php_value max_execution_time = 60.
You can also change the time limit inside your script by calling set_time_limit(60)
|
|
|
|