Subscribe For Free Updates!

We'll not spam mate! We promise.

Feb 24, 2013

Increase Execution Time-PHP



Increase Execution Time -Php Language To prevent the script from timing out, You need to increase the execution time of the specific processing script. Here's a trick how to do it.

PHP CODE


ini_set('max_execution_time', 300);


Place this at the top of your PHP script. The script will execute for 5 minutes(maximum).
You can set your own time limit here.

TechniqZone Socializer Widget
SOCIALIZE IT →
FOLLOW US →
SHARE IT →

0 comments:

Post a Comment