There's a good multi select dropdown php code here
http://www.phpro.org/tutorials/Dropd...d-MySQL.html#4 that coupled with Kevin's suggestion and a couple of radio buttons for delete users post then delete user or just delete user (all posts go as guest then) could work
Or collect the users in an array then explode the results back in to a query to delete then from the database.