HTML form not working with image submit button?

前端 未结 3 1451
余生分开走
余生分开走 2021-01-27 05:53

I have the following html form i am testing out.





         


        
3条回答
  •  轮回少年
    2021-01-27 06:06

    Just add this inside the form:

    
    

    So that it receives the $_POST['submit'] in your PHP.

提交回复
热议问题