Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CF DISTRIBUTION LIST SETUP

Status
Not open for further replies.

kingjjx

Programmer
Joined
Sep 18, 2001
Messages
181
Location
US
Hi, I want to enable people to SUBSCRIBE or UNSUBSCRIBE to different types of mailist list. They go to page.html and there is a list of the different mailing lists available, user can pick which list he/she wants and subscribe/unsubscribe to that list. Can somebody please help me. Anything will be very much appreciated. Thank you
 
you have to take in the consideration how are you going to store user info; if you are going to do that in the database, then your solution is to simply store all mailing lists with other user info in the database, specifying if the user is subscribed or not; when user want to unsubscribe, you will update user's info and unsubscribe him

other solution might be working in the xml, but that is another story... Sylvano
dsylvano@hotmail.com

"every and each day when I learn something new is a small victory..."
 
Currently the different mailing lists are stored as mailing lists in eudora worldmail. It is not in a database.
Thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top