Team LiB
Previous Section Next Section

Chapter 8: Sending E-Mail

Overview

Using PHP to send the contents of a form to a specified e-mail address is so easy that you'll wonder why more people don't do it every day. In this chapter, you learn how to:

  • Modify the PHP configuration file so you can send mail

  • Create and send a simple feedback form

  • Use the $PHP_SELF variable to create a feedback form with custom error messages


Team LiB
Previous Section Next Section