Your loop might be endless. If it is not, you could extend the maximum execution time like this:
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
ini_set('max_execution_time', 300); //300 seconds = 5 minutes
Comments
Post a Comment