Help on PHP mailing list

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
greatme
Forum Newbie
Posts: 14
Joined: Fri Jul 09, 2010 10:55 am

Help on PHP mailing list

Post by greatme »

I do have a database on my ISP server that is sequentially populated when my website visitors log in to subscribe for newsletters. (The table only contains ID and email)
Now i need a PHP script to send updates to all the emails available on my database.
JakeJ
Forum Regular
Posts: 675
Joined: Thu Dec 10, 2009 6:27 pm

Re: Help on PHP mailing list

Post by JakeJ »

google for php list.

And for future reference, you should at least trying searching for an answer, try to implement something and then asking for help when you get in trouble.
Post Reply