Log in

View Full Version : Inserting info into a table cell from 2 differant DB tables



big-dog1965
01-03-2008, 10:19 PM
I have a form with a drop down box named AttendRound. The values are Track1, Track 2, Track 3, Track 4 When the form is submitted it post to entries.php this file inserts the information into DB tables called Entries
and displays a confirmation page.

Then on another form I have text boxes called TrackName, TrackAddress, TrackCity, TrackState, TrackZipCode
When the form is submitted it post to Track.php this file inserts the information into DB tables called Tracks then display confirmation pages
Question
On the entries.php page I want to display the AttendRound option and the corresponding address, city, state, zipcode information from Tracks table DB
How would I do this