Avoid Execution Time Out Error

How can you avoid execution time out error while fetching record from MySQL?

Questions by deepmid

Showing Answers 1 - 9 of 9 Answers

veerbahadur

  • Dec 23rd, 2008
 

It is done by using the PHP function
void set_time_limit ( int $seconds )


If seconds set to zero, no time limit is imposed.


Use the below resource:
http: //in2.php . net/manual/en/function.set-time-limit . php

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions