Does mysql_query() or die() leave open mysql connection?
My thought is that it calls die() but it never calls mysql_close() on the connection...
Thanks.
|
Does Thanks. |
|||||
|
|
From the mysql_close docs:
|
|||||||
|
|
http://php.net/manual/en/function.mysql-close.php
|
|||
|
|
|
Nope.
|
|||||||
|