Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ How to increase the execution time of a PHP script?

By default the PHP script takes 30secs to execute. This time is set in the php.ini file. This time can be increased by modifying the max_execution_time in seconds. The time must be changed keeping the environment of the server. This is because modifying the execution time will affect all the sites hosted by the server.

 166 views

More Questions for you: