This may be simple, but I haven't figured out how to do it. I want to create a query that joins two tables from two DIFFERENT databases on the same MySQL server. Is this possible and if so, how?
I know how to do this with a straight MySQL Query but PHP requires you to connect to a specific Database before executing the query.
Any help would be much appreciated.
Brian
I know how to do this with a straight MySQL Query but PHP requires you to connect to a specific Database before executing the query.
Any help would be much appreciated.
Brian