View Single Post
Old 05-04-2009, 05:25 PM   #2 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

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.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote