A simple workaround to overcome the time limitation is a call to ini_set() as :
ini_set('max_execution_time','0') //0 = no limitThis causes the current script to be executed without any maximum time limit. I found this workaround helpful in case of sending newsletters where bulk mailing is required. Hope it is helpful to you.
No comments:
Post a Comment