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 you know what is the use of rand() in php?
How many records can be stored in mysql table?
What are computer variables?
Is python better than php?
Php code to find whether a number armstrong or not?
What are sql injections, how do you prevent them and what are the best practices?
How many types of inheritances used in php and how we achieve it.
what is CURL?
How do I repair phpmyadmin?
Do you know how to declare an array in php?
How can we execute a php script using command line?
What is meant by PEAR in PHP?
How to find a substring from a given string in php?
How can I make a script that can be bilingual (supports english, german)?
What is the difference server side and browser side validation?