How do I get the name of the submit button in PHP?
I got the value of submit button, but I could not find any code to get the name of the button. Below is the code I
Its like any other POST variable, the name will be in the $_POST array. The name is the key in the $_POST array.