I have an HTML file with this code included in the form
<input type="submit" name="LOGON" value="Login">
In my php code, I want to retrieve the name field from the submit button. This php code uses more than one form, some with multiple forms. Note: this is an existing system that is being upgraded to php 4 and I prefer not to rewrite this portion.
How can I nab the name field?