Team LiB
Previous Section Next Section

Chapter 20: Modifying Contacts

Overview

Now that you have at least a few contacts in your database table, you need a simple way to modify information. People move, change e-mail accounts—you'll need to update your records sometimes! In this chapter, you learn how to:

  • Create an administrative interface for modifying a record

  • Create a script to update the record in your table

  • Require session-based authentication before the script can be viewed or the record can be modified


Team LiB
Previous Section Next Section