Multiple submit button in a form

前端 未结 4 910
挽巷
挽巷 2020-12-21 06:34

Hey I am very new to Web Programming. I have been learning PHP from the past few days and I am stuck at one thing.

I have a form tag in my code which has two submit

4条回答
  •  旧巷少年郎
    2020-12-21 07:16

    just as a reference... int HTML5 buttons can redefine the form's action,method,type etc. http://w3schools.com/html5/tag_button.asp for me, that's a good way to control a form :)

提交回复
热议问题