Murach'S PHP and Mysql (3 Edition) : Corrections For
Murach'S PHP and Mysql (3 Edition) : Corrections For
Chapter 2, page 51
In the last code example, the second line should start with be 3.7e-9, not 4.5e-9 like this:
3.7e-9 // equivalent to 0.0000000037
Chapter 2, page 65
In the last table, the first row should include a semicolon at the end of the ampersand
entity like this (&).
Chapter 2, page 76
The first sentence should say “zero or more times”, not “one or more times”.
In the fifth paragraph, the second to last sentence should say “updates the counter”, not
“increments the counter”.
In the eighth paragraph, the second sentence should say “$interest_rate”, not
“interest_rate”.
and this:
if ($category_id != NULL && $category_id != FALSE &&
$product_id != NULL && $product_id != FALSE) {
should be
<br>