Two different databases in same query (PHP / MySQL)
Posted: Tue Jul 22, 2003 7:42 am
I want to do the following:
My problem is that table1 is in one database and table2 is in another. How do I make the connection so this works?
I use PHP and MySQL
Thanks,
Code: Select all
SELECT table1.cell1, table2.cell1 FROM table1, table2 WHERE table1.cell2 = table2.cell2I use PHP and MySQL
Thanks,