Re: [PHP-DB] mysql connect, while and close big problem

2002-02-22 Thread William Fong
nt: Friday, February 22, 2002 11:03 AM Subject: Re: [PHP-DB] mysql connect, while and close big problem : non-persistent. : I would also like to ask the difference between persistent and : non-persistene connection? : : "Ray Hunter" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó : [EMAIL PROTEC

Re: [PHP-DB] mysql connect, while and close big problem

2002-02-22 Thread Killer Angel Clark
? > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Original Message- > From: Killer Angel Clark [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002 10:17 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] mysql connect, while and c

RE: [PHP-DB] mysql connect, while and close big problem

2002-02-21 Thread Hunter, Ray
connect, while and close big problem I make a connection A to get an array of result. Then use a while loop to use the array. In the while loop, I use the data to select other data by making a new connection. After printing the data, I close this new connection. After the while loop, I close the first

[PHP-DB] mysql connect, while and close big problem

2002-02-21 Thread Killer Angel Clark
I make a connection A to get an array of result. Then use a while loop to use the array. In the while loop, I use the data to select other data by making a new connection. After printing the data, I close this new connection. After the while loop, I close the first connection too. If only have th