So right now I am coding so users can delete their messages by checking the ones they want to delete and hit the delete button.But then my problem occurs, how do I delete more then one entry with only one query?Like, if it was radio buttons I could delete one entry matching the right one with \[code\]$_POST['radio']\[/code\] but now it can be only one entry and it can be more entries.I'm sorry if it is hard to understand my problem, I'll try to explain better if you don't get it.