Close MySQL Connection in PHP
Posted: Mon Oct 10, 2011 10:38 am
Basically i have desktop application which brings records or data from MySQL Database through PHP. i create a config file in PHP and creates a connection to the database there. after that i execute the query on some other PHP page which include the config page. i want to close the database connection after that. i am confused as there may be more than one user with open connection and may be his connection closes or the connection for that user will close?