PHP FAST & EASY (1e) // ERRATA

NOTE: Please go to the respective web sites for PHP, MySQL and Apache to download the latest versions of the software.

Most of the errata consists of errors on the part of the layout people, with funky spacing and what not. For example, something you'll see in a handful of places is this: "if[...]else". Just assume it means "if...else".

All of the code in this edition assumes that register_globals = On in your php.ini file. Beginning with PHP 4.2, the default value is Off. You can either turn on register_globals, or you can modify the code to refer to variables as they exist within superglobals, i.e. $_SUPERGLOBALNAME[variablename] instead of $variablename. For more on superglobals, read the appropriate page in the PHP Manual.

Chapter 1: Installing and Configuring MySQL

Chapter 3: Installing PHP4

Chapter 7: Displaying Dynamic Content

Chapter 8: Sending E-Mail

Chapter 9: Using Your Filesystem

Chapter 11: Establishing a Connection

Chapter 12: Creating a Database Table

Chapter 16: Using Cookies

Chapter 17: Planning Your System

Chapter 19: Adding Contacts

Chapter 20: Modifying Contacts

Chapter 21: Deleting Contacts

Chapter 22: Working with Contacts

Appendix A: Additional Configuration Options

Appendix B: Essential PHP Language Reference

Appendix E: Using the CD-ROM

 

[last updated 2003-09-03]

back to main page