View Single Post
Old 05-04-2009, 05:42 PM   #3 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay 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.
Yeah also, if he's exceeding the 30 seconds, maybe there's a loop somewhere that's unnecessary....
allworknoplay is offline  
Reply With Quote