Update database info with onclick button

后端 未结 2 1494
深忆病人
深忆病人 2021-01-28 20:41

I need some help with a button onClick.

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-28 21:15

    Use ajax call for this eg:

    $.get('update_reservation.php', {id: 1});
    

    see http://api.jquery.com/jQuery.get/ for more info.

提交回复
热议问题