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 reference variable php?
What are the difference between echo and print?
How to read the entire file into a single string?
What is orm in php framework?
how to use http headers inside php? Write the statement through which it can be added?
What is the difference between $name and $$name?
Is uploaded file php?
Can you pass an array into a function?
What is use of mysqli_query in php?
What is super keyword in php?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
Php program to generate fibonacci series?
Tell me which programming language does php resemble to?
Name some of the functions in php.
What is difference between mysql_fetch_array and mysql_fetch_assoc?