Forum Moderators: coopster
<background details>
I have a php page which has a select list - populated from a Mysql table.
The user selects one of the entries from the list and clicks "Submit".
The php displays the contents of the table corresponding to the chosen entry.
</background details>
One of the fields of this table is set editable, so the user can change its values. After changing, he needs to submit this back again (second submit button) in the same page. How must I capture the "edited" data from the first form and populate my table in the second submit's click event?
Thanks a lot!.
Regards,
Deepak