Good morning,
I have two table
Table
id_table | number_table
Prenotation_table
id_prenotation | id_table |date |seat
I would want to be able to visualize in search_page.php after the date has been selected only the tables of the chart tables that have not been reserved and therefore they are not present in the chart bookings.
And once visualized, I would want that the field I number table both cliccabile and you address me to the page add_reservation.php passing the varying id_tavolo. Is it possible?
Thank for your help