How can we increase the execution time of a PHP script?
Answer Posted / chheena
Although there are more then one way to increase the
execution time but better to use
<?php set_time_limit(3600); ?>//increase the execution time
to 1hour,
//put above line on the top of your code
| Is This Answer Correct ? | 13 Yes | 8 No |
Post New Answer View All Answers
Do I need apache for php?
How does cookies work in php?
What is the difference between implode() and explode() in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is constructors and destructors?
How to create a text file in PHP?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
How many escape sequences are recognized in double-quoted strings?
How do you use an array in excel?
Is php easier than javascript?
List some array functions in php?
Define about declare construct?
What is php simple definition?
How to replace a substring in a given string?
Should I use mysqli or pdo?