Insert multiple information to every field in the database
Hi. I am an IT student and as part of the requirements, I have chosen a Seat Reservation system. In my seat reservation, I have shown a UI of the arrangement of the seats and when the user clicks one seat, a jQuery pops up asking for information on who reserved the seat. After submitting the information, it should refresh the page and the UI will now show the seat is taken and I can reserve another seat for my friend and it should do the same thing. I want every information entered be inserted in the database. I have tried a different thing before which includes the pop up but it doesn't insert all the information. I need your guide to help me out with my project. Thank you!