View Single Post
Old 05-05-2009, 01:25 AM   #5 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

Quote:
Originally Posted by xenon View Post
Try this in your script (at the top of it, after the php opening tag):

PHP Code:
ini_set('max_execution_time''180'); 
Keep in mind though, that not all servers allow overwriting ini settings at runtime, so you might want to var_dump the results of the call above and see if that returns true.

Won't/Should you set the value back to 30 before the php end tag?
__________________
My Site
adamdecaf is offline  
Reply With Quote