To overcome this issue, simply add the following line in your php file at the top:
- Code: Select all
@ini_set("max_execution_time", 0);
This php code will make the page execution time unlimited and will allow you to process heavy data on your page.
Page Execution Time
1 post • Page 1 of 1
Page Execution TimeSometimes you need to increase the page execution time in order to avoid the "Connection Time-out Error" if you are doing a lot of processing in your script.
To overcome this issue, simply add the following line in your php file at the top:
This php code will make the page execution time unlimited and will allow you to process heavy data on your page.
1 post • Page 1 of 1
Who is onlineUsers browsing this forum: No registered users and 0 guests |
|