I am making a custom portal for one of the users on this forum, dripdown, and part of it is a news system. Part of that news system is the ability for the admin account to delete news articles. I want the administrator to be able to check all boxes that he wants to delete. That part's easy.
But what I need to do is get it to delete all ones that are marked. Here is the current code:
I think I need to somehow do a while look that executes the delete query for every one that is checked. But I don't know how.
If someone could direct me in the right direction, I'd be quite happy.

Thanks in advance,
-php5