Disconnecting from a MySQL Database
mysql_connect("localhost", "phpuser", "password"); mysql_select_db("phpdb"); mysql_close( );