Hi Jason
I have this working perfectly on one site, but can't replicate it on the current - the only difference, I think, between the two is that the current is a Windows server, running php, wheras the other is Linux, though this may be irrelevant!
<input type="checkbox" name="toEmail[]" value="<?php echo $row_rsMembers['MemEmail']; ?>" id="toEmail_<?php echo $row_rsMembers['RotID']; ?>" />
in the form
and
<?php echo((isset($_POST["toEmail"]))?implode(", ",$_POST["toEmail"]):"") ?>
in the UE.
Might there be a missing function in php on the windows server that's preventing things? Other email - e.g. multiples sent to recordset, individual eamails - using UE work fine.
Any suggestions?
Thanks
Chris