Mailing List example
In this simple example we will show you how to build a basic mailing list system . This will involve user signing up for your newsletter , their details being stored in a database , the generation of the newsletter and sending it plus a couple of features for admin purposes which are a page to show all active subscribers plus a method for removing a subscriber from your newsletter.
This example is split into the following sections
Section 1 : We show you how to build the MySQL database to store the information
Section 2 : We build our form to subscribe and store this in our database using PHP
Section 3 : A couple of features show all subscribers and delete a subscriber
Section 4 : create a newsletter and send it
Comments : features to be added
This will be constantly updated , as there are always features to be added . Some of the features we will be adding will include e-mail address validation and other form validation . |