Emailing web page content using Database address book

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
rfigley
Forum Commoner
Posts: 70
Joined: Sun Apr 21, 2002 7:10 pm

Emailing web page content using Database address book

Post by rfigley »

Wondering if anyone can help.

Currently for a client, I am using a group in my address book to email out a web page (Newsletter). Currently she sends me new additions to the list, and I update them in my address book. I want to use a script to do this, so she can add them via web interface, or people can subscribe/unsubscribe themselves. Currently have a database (text delimited) to load into it.

Of course there would need to be an interface where I could paste in the html code for the newsletter. Anyone know of a php/MySql script that would work well for this?
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

Post Reply