You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Creating a Mailing List Manager with PHP PHP / Emailing
This tutorial will guide you through building a complete mail list administration solution, capable of handling multiple lists. Suitable for small-medium sized lists (less than 500 names), flat files are used to store information for later retrieval. Many file access commands will be used and explained, and we'll cover how to send mail from a PHP script.