Forum Moderators: coopster

Message Too Old, No Replies

Submit form data as a link

not the same as changing form submit button

         

wesg

2:54 am on Aug 16, 2008 (gmt 0)

10+ Year Member



I'm looking for a way to have a link and submit form data with a basic link, but it's not the same as turning the Submit button into a text link.

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?

eeek

9:55 pm on Aug 16, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



One way is to just make every row a seperate form.

wesg

11:33 pm on Aug 18, 2008 (gmt 0)

10+ Year Member



That's an interesting through, eeek. I'm going to have a look.