I have a select box that gets filled from a DB query and contains a list of email addresses. I allow the user to multi select email addresses and by way of javascript move the selected email addresses over to another select box.
Now once they have their selected group of email addresses in the second box they hit submit and I process these email addresses. This is what I want.
So how do I access these email addresses on the next page? I need all of the addresses from the second box that they moved over. I am using php on the server side and using the post method on the form.
Thank you for your time.
Now once they have their selected group of email addresses in the second box they hit submit and I process these email addresses. This is what I want.
So how do I access these email addresses on the next page? I need all of the addresses from the second box that they moved over. I am using php on the server side and using the post method on the form.
Thank you for your time.