Im writing this program which displays users from a database(MySQL) by rows of 20, with a PREV/NEXT nav bar at the top of each page.So far there are about 200 users, and next to their names is a checkbox. How do I select individual names to send emails?? In other words, how can I store the checkboxes from page to page until I have selected all the names I want to send an email to?? Once all the names are selected, I would like those names to appear on my TO: input field to send an email. Any help, would be appreciated. Thank you.