inserting data into mysql database using php

后端 未结 7 672
生来不讨喜
生来不讨喜 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:52

    create a form and store variables in hidden fields , then create this submit button in the form

    So clicking this form will store the info. See the exmple here

提交回复
热议问题