Get Data From Two Databases

Get Data Databases - Computer Issues, Video Gaming - Posted: 25th May, 2009 - 7:02pm

Text RPG Play Text RPG ?
 

Posts: 1 - Views: 1009
25th May, 2009 - 7:02pm / Post ID: #

Get Data From Two Databases

Get Data From Two Databases

Just in case you want to pull data from two DBs to output in PHP then check this code:

CODE


SELECT column list
FROM table1
INNER JOIN table2
ON table1.col1=table2.col2
WHERE criteria
ORDER BY column list



Sponsored Links:

 
> TOPIC: Get Data From Two Databases
 

▲ TOP


International Discussions Coded by: BGID®
ALL RIGHTS RESERVED Copyright © 1999-2024
Disclaimer Privacy Report Errors Credits
This site uses Cookies to dispense or record information with regards to your visit. By continuing to use this site you agree to the terms outlined in our Cookies used here: Privacy / Disclaimer,