How can we increase the execution time of a PHP script?
Answer Posted / aamir
set_time_limit(3600);
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is escaping to php?
What does $_server mean?
What is php key?
Why do we use hooks?
What are advantages of .htaccess?
What is the use of mysql_real_escape_string in php?
How do you parse and process html/xml in php?
Tell me what type of operation is needed when passing values through a form or an url?
What are the main error types in php and how do they differ?
Tell me how can we connect to a mysql database from a php script?
What is difference between variable declaration and variable definition?
What is the expansion of LAMP?
Is php faster than python?
What is the difference between Split and Explode in PHP?
What is the output of the following php code?