I'm finding bits and pieces, but this must be very simple since I'm not finding any specific examples.
What I want to do:
With a table displayed of existing mysql data on the page( I have this done already)
I want to have a form entry box so I can pick an item(indexed) from the table above and....
click submit and it grabs the correct row from my mysql table and inserts it and all the fields into a second form on the same page and....
I want to be able to change the data in the pre-filled second form and then click Update and it modifies the data in the table.
Can someone provide the correct syntax for this?
Thanks
Tony C