GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Database  >  MYSQL
Go To First  |  Previous Question  |  Next Question 
 MYSQL  |  Question 45 of 52    Print  
Avoid Execution Time Out Error
How can you avoid execution time out error while fetching record from MySQL?


  
Total Answers and Comments: 3 Last Update: December 25, 2008     Asked by: deepmid 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 17, 2008 01:39:48   
deepakkor Member Since: September 2008   Contribution: 1    

RE: Avoid Execution Time Out Error
set_time_limit(0) indicate No limit
 
Is this answer useful? Yes | No
November 10, 2008 04:25:16   
Gaurav.shrivastava Member Since: November 2008   Contribution: 1    

RE: Avoid Execution Time Out Error
Set max_execution_time() on php.ini file
 
Is this answer useful? Yes | No
December 23, 2008 23:57:04   
veerbahadur Member Since: December 2008   Contribution: 4    

RE: Avoid Execution Time Out Error

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


 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape