1-Html form that has 40 buttons each has a droplist with these options (Ready, Booked, Need Cleaning)
2-Database table that has two columns (RoomID, RoomState) i inserted RoomIDs that represent each button for e.g RoomID 101 represent button number "101" and so on( i havent linked the buttons to the database yet)
3-Js code that allows users to change the boxshadow of the button based on which option they choose
I Need the following:
1-When a user chooses an option and changes the boxshadow of a button, i need the changes to remain on the page even when refreshing it (Do Not Use Local Storage) use database and PHP to achieve this.
2- also to link the buttons numbers with the column RoomID in my db
let me know if i should provide the full code. ty