Forum Moderators: coopster
I have a table of MySQL data, and an input form for adding data to the database. In the table is a link that I want to have submit the form with the data in the MySQL row. This way I don't need to build in a separate system for submitting data already in the database.
How could I go about doing this?