Re: [PHP] Code Improvement

2002-06-13 Thread Miguel Cruz
On Thu, 13 Jun 2002, Pong-TC wrote: > I run the simple code to display data from the database. There are around > 5000 records and 50 fields. It takes around 1 1/2 min to retrieve the > data to the browser. I'd like to know if we can improve my code. So, I > can retrieve the data in a shorter

Re: [PHP] Code Improvement

2002-06-13 Thread Kevin Stone
microtime() to setup the timer. Good luck. -Kevin - Original Message - From: "Pong-TC" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 3:40 PM Subject: [PHP] Code Improvement > Hello All > > I run the simple code to display data from

RE: [PHP] Code Improvement

2002-06-13 Thread Lazor, Ed
ong-TC [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 13, 2002 2:40 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Code Improvement > > > Hello All > > I run the simple code to display data from the database. > There are around > 5000 records and 50 fields. It takes aro

[PHP] Code Improvement

2002-06-13 Thread Pong-TC
Hello All I run the simple code to display data from the database. There are around 5000 records and 50 fields. It takes around 1 1/2 min to retrieve the data to the browser. I'd like to know if we can improve my code. So, I can retrieve the data in a shorter period of time. I have codes as