I'm currently trying to create a website using a database.
Basically, my navigation menu, on one frame, should get each table name from the database (preferably with a little icon), and then when the user clicks on a table name, the contents of this table should load into the navigation menu as a sub menu, and then when these are clicked on, the rest of the information from that record in the table should be loaded into another frame.
Is this possible? If so, how?
