How can we increase the execution time of a PHP script?
Answer Posted / rachna
In which page we want to increase the execution time of the queries we put set_time_limit(3600); in that page.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is print_r?
Can constructor be private in php?
Explain what are the different errors in php?
What is the scope of a variable defined in a function?
What is csrf cookie?
What is the difference server side and browser side validation?
Explain the installation of PHP on UNIX systems?
What is local variable in php?
What is compact function php?
How can we check the value of a given variable is alphanumeric?
Explain how is it possible to set an infinite execution time for php script?
What is the difference between laravel and php?
How can we get ip address of a client in php?
How to pass variables by references?
What is variable give example?