[SOLVED] send email to mutiple receivers |
12/25/2012 6:02:40 AM |
PHPRunner General questions | |
D
droogers author
Hello, $rs = CustomQuery("SELECT email from gebruikers_kerkindestad WHERE active = 1 and activeringsdatum IS NOT NULL and abonnement <> 'post'");
|
|
![]() |
Sergey Kornilov admin 12/25/2012 |
$rs = CustomQuery("SELECT email from gebruikers_kerkindestad WHERE active = 1 and activeringsdatum IS NOT NULL and abonnement <> 'post'"); |
D
|
droogers author 12/26/2012 |
<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=69100&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> Thanks a lot. Now it works ! |