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 "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.
| |||||
feedback
|
|
From the mysql_close docs:
| |||||||
feedback
|
|
http://php.net/manual/en/function.mysql-close.php
| |||
|
feedback
|
|
Nope.
| |||||||
feedback
|