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
What are the advantages of stored procedures, triggers, indexes in php?
What is difference between ksort() and usort() functions.
How do you end php?
What does a delimiter do in mysql?
What is the default session time in php?
What is get method in java?
What is the most common http method?
Define object-oriented methodology?
Which character is used to match exactly one character?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?
What is interface? Why it is used?
What is csrf cookie?
What is variable function php?
How can we submit form without a submit button?
How do I clear my browser session?