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
?
>
> 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
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
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