[PHP-DB] mysql_close()

2010-02-20 Thread Ron Piggott
Does mysql_close() close all open database connections? How would I specify which connection to close? Ron

Re: [PHP-DB] mysql_close()

2010-02-20 Thread Patrick Price
According to php.net, if you don't specify a link iedentifier it closes the last nonpersistent connection.   http://us3.php.net/mysql_close Patrick -- Sent from my Palm Pre Ron Piggott wrote: Does mysql_close() close all open database connections? How would I specify which connection to

Re: [PHP-DB] mysql_close()

2010-02-20 Thread Ron Piggott
Message- From: pretz...@mail.uni-paderborn.de Reply-to: pretz...@mail.uni-paderborn.de To: ron@actsministries.org Subject: Re: [PHP-DB] mysql_close() Date: Sat, 20 Feb 2010 22:48:22 +0100 http://php.net/manual/en/function.mysql-close.php On 20.02.2010 22:27, Ron Piggott wrote: Does