Team LiB
Previous Section Next Section

Chapter 19: Adding Contacts

Overview

You've made it one step down the development path—you have the my_contacts table ready, waiting for contacts to be added. In this chapter, you learn how to:

  • Create an administrative interface for adding a record

  • Create a script to insert the record into your table

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


Team LiB
Previous Section Next Section