Just create a seperate handle for each database when connecting. Address each database with its own handle.
example:
$db1 = connect_db (host, user, pwd);
mysql_select_db (db_name_1', $db1);
$db2= connect_db (host, user, pwd);
mysql_select_db (db_name_1', $db2);
With over 2.5 million reviews, we can provide the specific details that help you make an informed software buying decision for your business. Finding the right product is important, let us help.