Re: [PHP-DB] mysql_close()
[email protected] ("Patrick Price")
| Newsgroups | php.db |
|---|---|
| Message-ID | <[email protected]> |
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 close? Ron