Hi i've just joined up, and im in need of lots of help using MySQL and Dreamweaver MX along with PHP.
I have 2 tables called Links and Link_ref.
Links contains the following fields:
'Link_id' - which is unique identifier,
'Link' - which is the Link it self
Link_ref contains the following fields:
Link_id - unique identifier
URI - Reference to file
I need to display a list of links for navigation, but only want certain links to have a file reference.
I would like the links to repeat for each record.
Say
Link 1
Link 2
Link 3
Link 4
If you want I can show you the data in the database.
Thanks 🙂
Tom