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

Answer Posted / chheena

Although there are more then one way to increase the
execution time but better to use
<?php set_time_limit(3600); ?>//increase the execution time
to 1hour,
//put above line on the top of your code

Is This Answer Correct ?    13 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is php artisan tinker?

509


How to retrieve the original query string?

569


Write a php function to convert all null values to blank?

786


What is xss and csrf?

520


What is session cookies php?

547






What is mvc in php?

534


How do you parse and process html/xml in php?

552


How many columns can be added in a table in mysql?

495


What is the apache?

527


Tell me can you extend a final defined class?

519


How to find a specific value in an array?

504


What is compact function php?

532


Is php pass by reference or value?

537


What would occur if a fatal error was thrown in your php program?

539


What is session_start () in php?

524