How can we increase the execution time of a PHP script?

Answer Posted / devasundaram

Three ways we can solve this.

1) set_time_limit() function

2) ini_set() function

3) Modifying `max_execution_time' value in PHP
configuration(php.ini) file

1 and 2 are using for temporarily purpose. 3 is for permanent.

Is This Answer Correct ?    66 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe session in php.

535


What is __ construct in php?

541


What is the difference between php4 and php5?

567


What is a namespace in php?

475


What are the characteristics of php variables?

525






Tell me what sized websites have you worked on in the past?

502


Is PHP an open source software?

578


What is abstract class in php?

515


How can we set and destroy the cookie in php?

492


What is difference between core php and framework?

461


What is the purpose of the '.myi' file extension? What do thes file contain?

522


Tell me how stop the execution of a php scrip?

526


What is the differences between $a != $B and $a !== $B?

536


How check submit button is clicked in php?

520


How can I embed a java program in php file and what changes have to be done in php.ini file?

510