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
Tell me what sized websites have you worked on in the past?
What is array function in javascript?
What is factory pattern in php?
What’s the special meaning of __sleep and __wakeup?
What is trait in php?
How many escape sequences are recognized in double-quoted strings in php?
Tell us what does $_cookie means?
Explain what does the unlink() function means?
What is php used for?
What is the difference between indexed and associative array?
Who developed php?
What is phpsessid?
What are the advantages of indexes?
How to uploaded files to a table?
Explain about the data types in PHP?