I have a form which has 3 submit buttons. Their names are generated and assigned in a loop. Now if I use a post method, how can access the name of the submit button which wa
Generate another input element
And then get your id with $_REQUEST['buttonId']
$_REQUEST['buttonId']