HTML form submit to PHP script

前端 未结 6 1257
刺人心
刺人心 2020-12-10 11:51

I am making an HTML form. I want the results to appear in the PHP script.


should be


whenever I use a form that fails, it is a failure due to the difference in calling the button name submit and name as Submit.

You should also set your enctype attribute for your form as forms fail on my web host if it's not set.

提交回复
热议问题