I really like PHP-addressbook. I would like to pass all the selected, checked emails (selected[]) values to a PHP send email form that I wrote.
I wanted to avoid inserting complex javascript code in the MailSelection function. Is there another way to pass on these checked values to another script?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I really like PHP-addressbook. I would like to pass all the selected, checked emails (selected[]) values to a PHP send email form that I wrote.
I wanted to avoid inserting complex javascript code in the MailSelection function. Is there another way to pass on these checked values to another script?
Hi Jon,
If you add a butten, it should be possible to evaluate the "selected[]" array.
Regards
Olivier
PS: You could send me your form, so I could have a look at it.