Is it normal for the Submit button to show in $_POST data?
I have a form and when I var_dump the $_POST data the submit button is showing up. I’m sure I have never had this before, but, I could also be losing it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes. Submit buttons are regular controls in HTML forms.
The button’s value will be transmitted along with the form data.