| Page | Problem | Correction |
| 28 | Typo | Text at the bottom of the page should read: LoadModule php4_module c:\php-version\sapi\php4apache2.dll (Note the "4" in php4_module.) |
| 43 | Typos | Under "Linux Users," all occurences of "mysqld_safe"(1) and "mysql_safe"(2) should read: "safe_mysqld." |
| 182 | Typos | The first FOR example should have "+=", not "= +=" in the third argument. All FOR statements should not have a semicolon at the end of the third argument (i.e., should read "$number += 2)" not "$number += 2;)"). In the third example, there is a missing equal sign in the IF condition (should read: "if ($number == 50)" ). |