Thread: PHP.ini
View Single Post
Old 11-07-2008, 03:40 PM   #2 (permalink)
Salathe
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

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)
Salathe is offline  
Reply With Quote