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
How to reset/destroy a cookie in php?
What is the use of return in php?
How to call javascript function in php without any event?
How do you execute a php script from the command line?
What is data type in php?
What are php libraries?
Does empty check for null?
Which php framework is fastest?
How many types of php frameworks are there?
What is the use of is_array() and in_array()?
How to send a cookie to the browser?
How to remove leading and trailing spaces from user input values?
What is a base url?
Tell me what is the use of mysql_real_escape_string() function?
What is the difference between session_unregister() and session_unset()?