PHP ESSENTIALS (1e) // ERRATA

NOTE 1: If you are using this book, at the very least go to the respective web sites for PHP, MySQL and Apache to download the latest versions of the software, although you'll still have a heck of a time doing anything with them, based on this book, because it is so very old.

NOTE 2: If you upgraded to PHP 4, and use <?php_track_vars?>, you will get an error about <?php_track_vars?> no longer being supported. No worries. Just delete <?php_track_vars?> from the top of the script, and verify in your php.ini that the following are true: track_vars = on and register_globals = on. They're on by default, so unless you explictly turn them off, you shouldn't have to worry about your variables not being accessible.

Chapter 1: Getting Started with PHP

Chapter 2: Basic PHP Techniques

Chapter 4: Creating and Populating Database Tables

Chapter 5: User Authentication

Chapter 6: User Tracking and Session Management

Chapter 7: Advanced PHP Techniques: Web-based Database Administration

Chapter 8: Advanced PHP Techniques: e-Commerce

Appendix A: Essential PHP Language Reference

 

[last updated 2003-09-03]

back to main page