Team LiB
Previous Section Next Section

Chapter 23: Managing a Simple Mailing List

Overview

Eventually, your website will have visitors, and someday you might even want to send a newsletter to them. You can create a very simple subscription and publication mechanism using PHP and MySQL. In this chapter, you learn how to:

  • Create a subscribe/unsubscribe script

  • Create a front end to sending a newsletter

  • Create a script that mails your newsletter to all recipients in your database


Team LiB
Previous Section Next Section