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


Please Help Members By Posting Answers For Below Questions

What is reference variable php?

503


Is php fully object oriented?

486


What is mysqli_real_escape_string?

527


When viewing an html page in a browser, the browser often keeps this page in its cache. What can be possible advantages/disadvantages of page caching? How can you prevent caching of a certain page (please give several alternate solutions)?

551


What is the use of Php variables?

590






When to use inquire vs enquire?

536


What is the difference between $name and $$name?

525


How To Get the Uploaded File Information in the Receiving Script?

588


What is php sequence?

531


What are escaping characters?

543


What are the 3 types of sessions?

545


What is list function with their uses.

533


What does $_env means?

553


Write down the code for save an uploaded file using php?

453


How to enable error reporting in php?

538