I have 2 banks online, and I would like to consult the 2 banks how do I setup the connection?
$Conn_1 = mysql_connect("teste","teste","teste");
$Db1 = mysql_select_db("BANCO1");
$Conn_2 = mysql_connect("teste","teste","teste");
$Db2 = mysql_select_db("BANCO2");
And then how do I say which query
goes to 1 and which one goes to another?