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
Is php harder than javascript?
Tell me what is the main difference between require() and require_once()?
Write a program in php to reverse a number?
How can i execute PHP File using Command Line?
Do you know is it possible to extend the execution time of a php script?
How do I clear my browser session?
What is dao in php?
What is data abstraction in php?
How do you use bcrypt for hashing passwords in php?
What is final keyword in php?
Xplain is it possible to use com component in php?
How to check curl is enabled or not in PHP
What does the unlink() function means?
What is the use of array_search() in php?
What's the difference between using mysql_ functions and pdo?