View Single Post
  #3 (permalink)  
Old 05-01-2008, 09:19 PM
freenity freenity is offline
Junior Member
 
Join Date: Apr 2008
Posts: 8
Default

I think it's because of the execution time limit. Set it to unlimited:

set_time_limit(0);

Also, this can be overridden in the php.ini file by your hosting company.

More: PHP: set_time_limit - Manual
Reply With Quote