
-----------------------------------
Lanks
Sun Oct 19, 2008 6:55 pm

Mail list
-----------------------------------
I have created a table and some entries using phpmyadmin. i have a column named email, how would i extract the entries and send an email with them?

Thanks

-----------------------------------
md
Sun Oct 19, 2008 11:52 pm

RE:Mail list
-----------------------------------
use a SELECT query to retreive data from the table, and use mail() to send emails.

-----------------------------------
Dan
Mon Oct 20, 2008 2:58 am

RE:Mail list
-----------------------------------
PHP MySQL Doc: http://ca.php.net/mysql

PHP Mail Doc: http://ca.php.net/manual/en/book.mail.php

Mail Function: http://ca.php.net/manual/en/function.mail.php

MySQL Select Query: http://dev.mysql.com/doc/refman/5.0/en/select.html

-----------------------------------
Lanks
Mon Oct 20, 2008 3:28 pm

Re: Mail list
-----------------------------------
k thanks for the quick replies

-----------------------------------
AsOs
Tue May 26, 2009 3:31 pm

Re: Mail list
-----------------------------------
Thank you very much

www.expressboard.org
