RSS Forums RSS
Please support our MySQL advertiser: Programming Forums

how to create mailing list

Join Date: Oct 2004
Location: San Francisco, CA
Posts: 338
Reputation: paradox814 is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 2
paradox814's Avatar
paradox814 paradox814 is offline Offline
Posting Whiz

Re: how to create mailing list

  #2  
Jun 13th, 2005
you need to create a table, ie this would be an example:

CREATE TABLE email_list (
     email    VARCHAR(75) NOT NULL,
     name     VARCHAR(75) NOT NULL,
     PRIMARY KEY(email)
);

then just loop through it in whatever language you are usign and email it off to:
name <email>
Reply With Quote  
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 11:32 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC