Learning PHP and MySQL
Brett Merkey Book Review
This review was taken from amazon.com
The Very Book for the Very Beginner, June 29, 2006
Reviewer: Brett Merkey (Palm Harbor, FL United States)
This book will take you from a basic understanding of creating static HTML to an elementary but quite nifty practical knowledge of serving up dynamic Web pages on your own.
Chapters 1-6 take you through basic orientation, the installation of Apache, PHP and MySQL, followed by an intro to PHP statements.
Chapters 7-9 introduce database concepts and step you through getting PHP to talk to MySQL.
Chapters 10-17 begin the process of creating forms and other components of Web sites and applications following all the way through to integrating some sample applications.
Each step and procedure has ample code printouts, logic diagrams and output screenshots. Review of knowledge was done well. One feature of this book you should take advantage of is the question section at the end of each chapter. I usually find these irritating and skip them because often the questions don’t reinforce learning and no answers are provided. The questions in this book *are* well constructed and the answers *are* provided.
Quibbles: Be prepared for a bit of keyboarding. O’Reilly provides a site for the book but the example code is not available for download. Your first bout of keying code may end in failure because the authors forget that in the first examples (the most important ones for an absolute beginner!) they need to recall being a beginner. They ask you to write out and save “a simple HTML document.” I did that. The example did not work on the server. I checked this, I checked that, I re-typed the code, I typed other examples. No luck. Then I stumbled onto changing the extension of my .html file to .php and all was well. See my point?
I thought the book was a pretty good book for a beginner like me. It put it into terms I could understand, and I’ve been able to implement the teachings into my own sites.
Posted by Jim on 10/26 at 10:00 AM
Next entry: Welcome to the O'Reilly Learning PHP & MySQL blog
Previous entry: Googling now a verb!