Hi all,
I have a form that can be filled out an then saved to a database. The data will be displayed in an html table. I implemented an edit function, at each end of the line there is a radio button, you can select one and the data will be displayed in a form to edit it.
now I would like to have instead a link on the data, so you could only click the text and you will get the edit form.
I thought about saving a link with the text in the db, so when it is displayed it is already is a link.
Before, I submitted the form and sent a variable to my edit form, so I could display the relevant info. Now I need to put the variable in my link.
How can I put the variable into the link??
Is this a good solution anyway, using a link??
Thanks a lot for any help.
A.