Hi, I have 2 mysql databases A and B I want to connect one table from A database with another table of B database. It's possible that?
Yes, it is possible. Check out this MySql table join examples. Then check out the PHP example connecting to different database. Best of luck!