Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is use of preg_replace in php?

1113


What is cURL in PHP?

1039


What is warning – “cannot modify header information – headers already sent”?

1119


What does the function get_magic_quotes_gpc() means?

989


Is php open source?

1063


What is the current stable version of php?

1087


Write a program using while loop?

1084


How to redirect a url from http to https in .htaccess?

1038


Difference between array_combine and array_merge?

1261


Are php short tags acceptable to use?

1003


How to uploaded files to a table?

1052


Why would we use === instead of ==?

8909


Explain the installation of PHP on UNIX systems?

1166


Explain the difference between require() and require_once()?

1019


How do I expire a php session after 30 minutes?

1102