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
Explain difference between urlencode and urldecode?
What is the default session time in php?
Can you pass an array into a function?
What are different types of Print Functions available in PHP?
Write a program to display reverse of any number?
What is htaccess in php?
What are the uses of explode() function?
What is the difference between runtime exception and compile time exception?
What is the meaning of "enctype= multipart/form-data" ?
What are arguments in php?
What is the best way to test the strpos() return value in php?
What are the rules in creating php variable?
What is session in php why it is use?
Tell me what is the meaning of a final class and a final method?
Why should I store logs in a database rather than a file?