Hello I have a inbox full of message with a checkbox next to each of them. The form for the checkbox looks like this:
<input type=checkbox name=del value=355> Message 1
<input type=checkbox name=del value=564> Message 2
<input type=checkbox name=del value=768> Message 3
<input type=checkbox name=del value=234> Message 4
<input type=checkbox name=del value=464> Message 5
Each of the numbers in the value corrosponds with the message it is next to. What I mean those numbers are what the ID's are to the messages in the database. Now I want the user to be able to delete selected messages. Maybe they click the 2nd box and the 5th box, how can I figure out what ones the user has selected so that the script will delete those messages. Thankyou for you help!
Jason Rottman
Webmaster
Project Manager
www.stardefenders.com