Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Sams Teach Yourself PHP, MySQL and Apache in 24 Hours

Copyright 2003 by Sams Publishing


International Standard Book Number: 067232489X
Warning and Disclaimer
Every effort has been made to make this book as complete and as accurate as possible, but
no warranty or fitness is implied. The information provided is on an "as is" basis. The author
and the publisher shall have neither liability nor responsibility to any person or entity with
respect to any loss or damages arising from the information contained in this book or from
the use of the CD or programs accompanying it.
When reviewing corrections, always check the print number of your book. Corrections are
made to printed books with each subsequent printing. To determine the printing of your
book, view the copyright page. The print number is right-most number on the line below the
First Printing line. For example, the following indicates the 4th printing of a title.
First Printing: December 2002
06 05 04 03

10 9 8 7 6 5 4

Misprint
Page 8
In Note
For example, the current MySQL-Pro
4.0 server RPM is called MySQL4.0.4 0.i386.rpm.
Page 27
In paragraph immediately preceding
"Uncompressing the Source Code"

Correction
For example, the current MySQL-Pro
4.0 server RPM is called MySQL4.0.gamma 0.i386.rpm.

For example, Apache version 2.0.44


is downloaded as a file named httpd2.0.44.tar.gz.

For example, Apache version 2.0.43


is downloaded as a file named
httpd-2.0.43.tar.gz.
Page 55

Keith Edmunds maintains a handy list


of PHP-friendly editors at
In Tip
http://phpeditors.dancinghippo.c
Keith Edmunds maintains a handy list om.
of PHP-friendly editors at
http://www.itworks.demon.co.u
k/phpeditors.htm.
Page 76

$x--; // $x is decremented

Middle of page
$x-; // $x is decremented

-$x; //$x is decremented

Bottom of page
-$x; //$x is decremented
Page 79

++, --, (cast)

Middle of page
++, -, (cast)
Page 123

11: addFive( $orignum );

Line 11 of Listing 6.13


11: addFive( &$orignum );
Page 165
Last paragraph
Save this script as count.php, place
it in your Web server document

Save this script as listing8.10.php,


place it in your Web server document
directory, and access it through your
Web browser.

directory, and access it through your


Web browser.
Page 175
Graphic used for Figure 9.4 should
accompany caption for Figure 9.2.
Page 177
Graphic used for Figure 9.2 should
accompany caption for Figure 9.4.
This errata sheet is intended to provide updated technical information.
Spelling and grammar misprints are updated during the reprint process, but
are not listed on this errata sheet.

You might also like