PHP MySQL SELECT INSERT
I have a registration page with a html form. I have created an insert record server behavior that insert all the data into a MySQL database table fine. What I like to do additionally is to insert the data from a single row, actually the last row, into another table in the same mysql database. I have heard of MySQL insert-select but I can't seem to make it work on my own. Is insert-select possible with Dreamweaver? If not, what should I use?
I appreciate any help
