How can we increase the execution time of a PHP script?
Answer Posted / sibtain
//set_time_limit(600);//temporary way
//ini_set();// temporary way
//C:\wamp\bin\apache\Apache2.2.11\bin\php.config ///permanent
way
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is member variable?
Does php need to be installed?
Why do we use inheritance in php?
What is the use of pear in php?
What are form input html tags?
What is a string in php?
Explain the purpose of output buffering in php.
Is php 5.6 secure?
What is a PHP Filter?
What are traits?
Can we set session value in javascript?
Which php mvc framework is best?
How would you determine the size of a file in php?
What is the current stable version of php?
Explain converting an object?