Hello, My site is php/mysql backend, and I want to use a script that will fetch some info from one database, then kill that connection and fetch some other info from another database. How do I kill the first connection?
thanks.
Use the function mysql_close()
http://www.php.net/manual/en/function.mysql-close.php