Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

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

user-image
Question added by Julfkar Moh Umar , Sr. Software Engineer , Aakash Edutech Private Limited
Date Posted: 2016/01/27
Rehan Farooq
by Rehan Farooq , WEB DEVELOPER/DIGITAL MARKETING EXPERT , Upwork

ini_set('max_execution_time', ); // seconds =5 minutes

Place this at the top of your PHP script and let your script loose!

Abdullah Abu Zayad
by Abdullah Abu Zayad , Finance Supervisor , شركة ناصر هزاع السبيعي وأخوانه

The PHP ini_set('max_execution_time', ); // seconds =5 minutes

SALMAN ARSHAD
by SALMAN ARSHAD , HR & IT Coordinator , SALMAN ARSHAD FOODSTUFF TRADING L.L.C DUBAI

use set_time_limit(n) where n is the time in seconds

More Questions Like This