Hello, new to developing so any help will be appreciated. I have created a site using Dreamweaver 8, which is connected to a mySQL database. I have a page which displays a dynamic table with data taken from 5 fields of a mySQL table. So far, no problem. I want to create an 'Add to my favourite' function to insert a selected row into a separate (joined) table in the database. I have no problem with the basics such as adding the button, and inserting the session info (using a hidden text field fr username) but cannot add the dynamic data. Any help please?