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
Tell us how can we display the output directly to the browser?
What is mvc? Why its been used?
How to check a key exist in an array?
What is the main difference between require() and require_once()?
What are different types of runtime errors in php?
Explain mysql_errno()?
What are the advantages of stored procedures?
What enctype is required for file uploads to work?
How to find the index of an element in an array php?
Applications written to provide a GUI shell for Unix and Linux are called
Tell me how do I check if a given variable is empty?
What is preg_match?
Tell me what is use of in_array() function in php?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
Why does php start with variables?