SAMS TY PHP, MYSQL AND APACHE ALL-IN-ONE (1e) // ERRATA
NOTE: Please go to the respective web sites for PHP, MySQL and Apache to download the latest versions of the software.
Chapter 5: Flow Control Functions in PHP
- On page 96 in the first "By the Way" note, it says "The elseif clause..." when I really meant to say "else if".
- On page 96, one line 10 of Listing 5.3 it should be "else if" although the "elseif" causes no errors.
Chapter 7: Working with Arrays and Objects
- On page 138 in the first paragraph after Listing 7.1, "lines15?20" should be "lines 15-20"
- On page 139, the instances of the variable named "$characater" should really be "$character"
Chapter 12: Working with the Server Environment
- On page 241, the example line of code at the very bottom of the page needs a semicolon after ("test.gif") so that it reads:
<img src="listing12.5.php?imagename=<?php echo urlencode("test.gif"); ?>">
[last updated 2004-02-14]

