Capturing email address in newsletter signup to SQL dB

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
wirelessretail
Forum Newbie
Posts: 1
Joined: Fri Mar 21, 2008 9:46 am

Capturing email address in newsletter signup to SQL dB

Post by wirelessretail »

We have a newsletter signup box on our website and currently when a user puts in their email and clicks add we just have a simple form that sends admin an email containing the new email address.

I want to setup a simple thing where when user clicks "add" it emails the admin but also stores the email address in a dB. this would make it easier when compiling a list of all new email addresses to send a email to.

We found some scripts that do similar things but all are too much for what we need..we want to be able to use the form we already have and also no welcome emails or other screens.

We use Constant Contact for mailing lists but there doesnt seem to be a good way to capture email addresses and import them into Constant Contact in a professional manner.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Capturing email address in newsletter signup to SQL dB

Post by Christopher »

What kind of database do you have available?
(#10850)
Post Reply