How can we increase the execution time of a PHP script?
Answer Posted / devasundaram
Three ways we can solve this.
1) set_time_limit() function
2) ini_set() function
3) Modifying `max_execution_time' value in PHP
configuration(php.ini) file
1 and 2 are using for temporarily purpose. 3 is for permanent.
| Is This Answer Correct ? | 66 Yes | 9 No |
Post New Answer View All Answers
How to break a file path name into parts?
What types of Data Can Be Used as Array Keys?
What is php addslashes?
What is overloading and overriding in oop?
Can we use php variable in javascript?
What is member variable?
Does php pass arrays by reference?
What is the expansion of LAMP?
Does facebook use php framework?
What is difference between isset and empty in php?
What is default session time and path in PHP. How to change it?
Why do we use interface in php?
How do sessions work in php?
Tell me how to initiate a session in php?
What is the difference server side and browser side validation?