|
I have created a mailing list script and want to show all the emails that are on the list wiith checkboxes next to them, if the form is submitted the emails that had their boxes checked are deleted from the list.
I know how to produce a list of all the emails with their corresponding boxes, my problem is i cant think of an efficient way of passing them to the next page and then processing them, and tips would be greatly appreciated
So far i had the idea of passing them as an array and then using a foreach() of While() loop, how can i pass them as an array?
|