TAILIEUCHUNG - Phát triển web với PHP và MySQL - p 69

Building a Mailing List Manager CHAPTER 28 656 Building Practical PHP and MySQL Projects PART V After you’ve built up a base of subscribers to your Web site, it’s nice to be able to keep in touch with them by sending out a newsletter. In this chapter, we will implement a front end for a mailing list manager (or MLM). Some MLMs allow each subscriber to send messages to other subscribers. Our program will be a newsletter system, in which only the list administrator can send messages. We will call our system Pyramid-MLM. This system will be similar to others already in the marketplace. To. | Building a Mailing List Manager 28 Building Practical PHP and MySQL Projects 656 Part V After you ve built up a base of subscribers to your Web site it s nice to be able to keep in touch with them by sending out a newsletter. In this chapter we will implement a front end for a mailing list manager or MLM . Some MLMs allow each subscriber to send messages to other subscribers. Our program will be a newsletter system in which only the list administrator can send messages. We will call our system Pyramid-MLM. This system will be similar to others already in the marketplace. To get some idea of what we are aiming for take a look at http Our application will let an administrator create multiple mailing lists and send newsletters to each of those lists separately. This application will use file upload to enable an administrator to upload text and HTML versions of newsletters that they have created offline. This means administrators can use whatever software they prefer to create newsletters. Users will be able to subscribe to any of the lists at our site and select whether to receive newsletters in text or HTML. The Problem We want to build an online newsletter composition and sending system. This system should allow various newsletters to be created and sent to users and allow users to subscribe to one or many of the newsletters. Specifically the requirements for this system are Administrators should be able to set up and modify mailing lists. Administrators should be able to send text and HTML newsletters to all the subscribers of a single mailing list. Users should be able to register to use the site and enter and modify their details. Users should be able to subscribe to any of the lists on a site. Users should be able to unsubscribe from lists they are subscribed to. Users should be able to store their preference for either HTML formatted or plain text newsletters. For security reasons users should not be able to send mail to the lists or to see each

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.