I need some help with a button onClick.
onClick
Use ajax call for this eg:
$.get('update_reservation.php', {id: 1});
see http://api.jquery.com/jQuery.get/ for more info.