Jump to content

How to display content from one table based on ID from another table


evanpyrz_jm

Recommended Posts

Hi there,

          Okay so I have a recordset created in dreamweaver, displaying a "repeating" table with results from the recordset. What I am looking to figure out is how to replicate that "dynamic dropdown menu" functionality, but just for the results.

 

The situation:

 

Transactions table has a field called "concert_id_link" which has the primary key from the table "Concerts". Right now, I just have it echoing that result "<?php echo $row_GetTransactions['concert_id_link']; ?>". What's the best way to have it retrieve the "title" field from the concerts table, based on that primary key echo from the transactions recordset?

 

Thanks much in advance for you guidance!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.