Hello,
I'm new to php..I am creating a meeting room application. Here the user logins into the system & selects a room.On the room page there is a table where an user can click on the specific time slot. A form appears where user needs to input the purpose of meeting & the data is saved in the db & the color of the selected <td> changes to orange.
Issue is that on refresh or another user login the <td> is back to original color i.e Bgcolor. I have attached the code filekarmauser.php. Thanks