This group has become my lifesaver LOL but i've run across another problem, so i'm back to ask more questions.
i'm working on a PM system for my site, most of it isnt a problem, but im afraid one part is just ZOOM~ going right over my head. I'm populating the Inbox by pulling up data from the database with a while loop.. simple enough... okay but i want to put a checkbox at the end of each row so that the user can choose to "select a message" to be deleted or added to their savebox... im afraid this is the part that is whizzing past me.. how do i associate the message info in a particular row with the checkbox at the end of the row, and the MessageID itself so that when a user clicks the checkbox and hits "delete" or "save", it actually picks the right message to delete or save..? i feel it should be blatantly obvious but i have a head cold and my brain just isn't functioning this afternoon it seems because I cant figure it out. I have a "MessageID" identifier for each message in place in the database, but im just not sure how to go about setting it up so that "if the user clicks checkbox "D", then the message with the ID "4" is deleted." since my table rows are being generated by the while loop itself. I fear my brain has totally melted today. Thank you for any help T_T
