Mailing List Script
This is a simple mailing list script that you can install on your website for free.
Files Included
- mailinglist.php - users can subscribe and unsubscribe here
- mailinglistadmin.php - admin can send emails, view members, edit members, and delete members
- mailinglistconnect.php - connects to the database
- mailinglistinstall.php - used to create the table, should be deleted after installation
Download
Preview
mailinglist.php and mailinglistadmin.php
There are no styles applied to this script, so you can easily attach your own stylesheet to the code so that it matches the rest of your website.
Installation
- Follow the MySQL Tutorial to create a username and database for the mailing list.
- Upload the four files to your website. Do not rename them.
- Open mailinglistconnect.php and change the username, password, and database variables with the ones found in the MySQL Tutorial.
- Run mailinglistinstall.php.
- When you receive the message "Table created successfully. Please delete mailinglistinstall.php now.", you should delete the file from your website.
Version History
Version 1.0 (January 26, 2008)
- Script created.
Help
If you have an problems with this script, please send an email to jenny [at] coolcherrycream [dot] com.