hello all, i'm looking to have a selection box of users pulled from a mysql database (that part works fine).
I want to be able to choose serveral users from that box, move them into a 'chosen user' box. Then i want to have another form text box to type a message into. Once all of this is done, i want to post the multiple ID's selected originally and the message text to another page. I want this page to then insert the message text into the database tables for each ID that was selected originally. And then, i want this information emailed to each ID. (each ID has an email address accociated with it). Can this be done with strictly PHP, or will i have to incorporate javascript? I cannot seem to pass a javascript variable AND a php variable to the next page. Please advise!!
Thank you!