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 stripslashes php?
How do you pass a variable by value in php?
Explain the difference between urlencode and urldecode?
What is php oop?
Why php language is used?
Why does php start with variables?
What is composer used for?
How does html form submit work?
What is the difference between session_unregister() and session_unset()?
What is the use of header in php?
How to Pass JSON Data in a URL using CURL in PHP?
What is memcache?
Tell us how to create an array of a group of items inside an html form?
Is age nominal or ordinal?
Write a program to display table of a number using php?