No added datainto database, and not shown in table append using AJAX and PHP

前端 未结 3 1287
执念已碎
执念已碎 2021-01-20 10:50

I am still in the same problem in this link here. So, I used the append method. And here is the AJAX code:



        
3条回答
  •  借酒劲吻你
    2021-01-20 11:15

    Try changing your data in ajax to this

    data: {'insert_new': 'insert_new', 'selectW': selectW, 'select_at': select_at, 'pay': pay, 'facture': facture, 'select_opt': select_opt},
    

    You are not getting any value because your data variable does't match with the $_request[] variables

提交回复
热议问题