Php – Delete all entrys if checkbox is checked
I have created a form that displays a list of database entries. There is a checkbox for each value. When I check the checkbox, I want to delete this entry. My form class looks like this: //Räume auslesen $rooms =…