[PHP] Re: Query Close

2002-05-01 Thread Joshua E Minnie

Check the PHP manual for mysql_close

Depends on how you opened it.  Did you use mysql_pconnect or mysql_connect?
Your answer should be in the manual.

-josh
Christian Ista [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello,

 What's happen if when I used a query, I don't do that :

 mysql_close($connection);

 Bye







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Query Close

2002-05-01 Thread Christian Ista


 Depends on how you opened it.  Did you use mysql_pconnect or
mysql_connect?

mysql_connect

bye



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Re: Query Close

2002-05-01 Thread Joshua E Minnie

Christian Ista [EMAIL PROTECTED] wrote:
Depends on how you opened it.  Did you use mysql_pconnect or
mysql_connect?

 mysql_connect

Here is an excerpt from the manual http://www.php.net/mysql_connect

The link to the server will be closed as soon as the execution of the script
ends, unless it's closed earlier by explicitly calling mysql_close().

Hope that answers your question, but maybe next time check the manual first.

-josh



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php