Hello Guys I want to connect two databases at the same time but it looks like the php is only picking up the second database.
One database is on my localhost and the other one is on server, I want to transfer the data from my localhost database to the database on the server. I have also tried passing the 4th argument to the mysql_connect function but I can't get it to work.
mysql_connect("localhost", "name", "password", true);
Please help me.
Thanks