-
Inserting info into a table cell from 2 differant DB tables
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
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks