inserting data into mysql database using php

后端 未结 7 648
生来不讨喜
生来不讨喜 2020-12-22 01:24

I have a php order form named (order.php) and when the user clicks the (submit button \"Next Step\") it takes him to another page called (confirm-order.php)

The (con

7条回答
  •  眼角桃花
    2020-12-22 01:40

    isset() function work when the input field type is submit.like

    
    

    so update the code form

    to

     

提交回复
热议问题