if I have the following html in which there is a series of submit buttons and a corresponding text field, which differ only in their names via a counter...
I want a php file to be called whenever a sumbit is pressed. My question is how in PHP can I get the value of the corresponding text input whenever its submit button is pressed.