multiple buttons on a form

前端 未结 6 786
遥遥无期
遥遥无期 2020-12-06 02:28

I have a clear button that I want to tie into some php coding. how do I detect if the clear button is pressed. When the user press clear, i\'m going to have it update a sql

6条回答
  •  抹茶落季
    2020-12-06 02:44

    Solution from: http://websistent.com/multiple-submit-buttons-in-php/

    html:

    
    
    
    

    php:

    
    

提交回复
热议问题