Chapter 4 – Editing Records
Using the same database as Chapter 3, this time the scripts get a little more complicated and create a password protected interface that can be used to edit the contents of the database. ProjectUsing a Web Interface to Edit Records in a Database Rather dry project name notwithstanding, this chapter has some nice stuff in it, such as code that automatically iterates through incoming form information and stuffs it into a database — without knowing what the field names are beforehand. If you haven't had to deal with this before, it's a nice trick when you add or remove fields to or from the database later. A long chapter with a lot of code. Home | Advanced Projects | Errata |