GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  PHP

 Print  |  
Question:  What do you need to do to improve the performance (speedy execution) for the script you have written?



October 10, 2006 07:47:51 #1
 honey   Member Since: Visitor    Total Comments: N/A 

RE: What do you need to do to improve the performance ...
 

If your script is to retrieve data from Database, you should use "Limit" syntax.

otherwise...

     

 

Back To Question