Page Execution Time

This sections will contains code regarding different PHP & MySQL features and contains help about php/mysql issues.

Page Execution Time

Postby MT Shahzad on March 20th, 2008, 9:56 am

Sometimes 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:

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.
MT Shahzad
Web/Software Developer
http://mts.sw3solutions.com
User avatar
MT Shahzad
Site Admin
 
Posts: 300
Joined: February 29th, 2008, 8:11 am
Location: Muridke, Pakistan

Return to PHP / MySQL / XML

Who is online

Users browsing this forum: No registered users and 0 guests

cron