Bên cạnh '
bị thiếu
Bạn có thể thực hiện các thay đổi trực tiếp trong truy vấn:
UPDATE `events`
SET `free_spots` = `free_spots`-1,
`full_spots` = `full_spots`+1
WHERE `event_id` = :event_id
Bạn cũng cần ràng buộc:event_id placeholder $update_event_query_do->bindParam(':event_id', $event_id, PDO::PARAM_INT);