Hi I have a form in which there is a table, each line of the table displays the detail of a part. the last column of the table has a submit button labeled 'edit'.
The form calls a php script. How can I tell which of the edit buttons was clicked? They all have an identical value unfortunately (since they all display the same text).
Thanks in advance
The form calls a php script. How can I tell which of the edit buttons was clicked? They all have an identical value unfortunately (since they all display the same text).
Thanks in advance