PHP expert |
|
<?php
$emails = array();
foreach($emails as $mail)
{
mail($mail, $_POST['subject'], $_POST['bericht']);
}
?>
<?php foreach($emails as $mail) { mail($mail, $_POST['subject'], $_POST['bericht']); } ?>
simpel toch? Nu aan jou om de rest te bedenken  |