4 of 6 people found the following review helpful:
2.0 out of 5 stars
Good book but not a teacher for a beginner!, 27 Oct 2009
By Robert - Published on Amazon.com
This review is from: PHP 6/MySQL Programming for the Absolute Beginner (Paperback)
I am giving this two stars because this is actually not a good book for beginners but really a book for more intermediate PHP users or those programmers interested in gaming development. It suffers from too much reliance on arcane examples plus a first couple of chapters that really provide more frustration than value to a real beginner.
Chapter one actually does nothing to really help you set up a php server. The book assumes that you know a good deal about local server technology and that you are comfortable setting up a local server on your machine. It assumes that you know the subtleties of how a local host file system works. It also assumes extensive experience in static web page development xhtml coding, CSS, etc.
In chapter two the book jumps from being very basic to using some advanced tools as examples. The concepts used require that you spend some extremely careful time reading the provided code used in the examples to understand the relevance of specific functions. The examples are interesting but are not directly applicable to a beginner.
In chapter 3 the book becomes a reasonable teaching tool yet its reliance on dice games as examples makes it somewhat irrelevant for what most users are studying this to do on the web. It does provide the new programmer, and even more experienced ones, with some foundation of how php code works but not in a web related context. It does develop good practices and explains how and why the programming works. It explains very well the differences in control structures, and where one shines over another. It makes arrays accessible but not friendly and provides a basic introduction into MySQL. With very careful study you can probably actually put all of it into practical applications but many times you will be left cold when applying it to more day to day web applications.
My advice is if you already have this book then use it as an auxiliary in conjunction with another book that will give you a more grounded perspective without so detailed reliance on complex game type examples. My personal recommendation is "PHP Visual Quick Start Guide Third Edition" by Larry Ullman. This is a real beginners book that actually teaches and will have you proficient in PHP in no time.
5.0 out of 5 stars
Read the title carefully and stop blaming the book!, 9 Feb 2012
By ObjectiveCat - Published on Amazon.com
This review is from: PHP 6/MySQL Programming for the Absolute Beginner (Paperback)
This book is in fact an absolute beginner's guide to PHP/MySQL!
This does NOT mean that my grandma would be able to learn how to make dynamic web sites by reading this book, despite the fact that she's never touched a computer in her life.
The scope of this book does not encompass a beginner's guide on how to use a computer nor the basics of web development (such as HTML and CSS) - those things are EXPECTED of those who want to learn PHP.
Without understanding HTML, the very basis of any web document, there is not much point in attempting to learn a web scripting language, such as PHP, which amongst other things deals with dynamically creating HTML by processing various user and browser inputs.
The negative reviews are quite annoying, because the people are voting not on the quality of the material, but on it's subjective incomprehensibility, caused by their own lack of preparation for the consumption of the knowledge contained in this book. It's like you're disappointed that you weren't able to fly an F-15 fighter jet, even though you've never driven a car!
Try performing a modicum of research on various web technologies and how they interrelate before buying the first book you see.
As the old adage says: "Learn to walk before you run".
For those who have had some experience in static website creation, this is an excellent book, full of useful examples.
If the code give you errors - check the version of PHP you have installed (type: "php --version" into your server's shell (without the quotations)).
I tried most of the examples (used this book in a class) and they ran just fine under PHP 5.2
And if you encounter some material that's challenging, well that's just a little side-effect of trying to learn something new. It's not always easy, nor should it be.
Contact the author or ask your instructor for clarification (if you're using this at school) and they will surely abide.
3.0 out of 5 stars
Ummm... What?, 23 Oct 2011
By Jack - Published on Amazon.com
This review is from: PHP 6/MySQL Programming for the Absolute Beginner (Paperback)
This book isn't for an absolute beginner, but that wasn't an issue for me because an absolute beginner shouldn't start by learning PHP or MySQL. Also, I don't know why they named it PHP 6, when the current beta release atm is 5.4. That rally doesn't make sense. Once PHP 6 acutally comes out, there will be a whole new engine that they are saying they are designing, so this book, won't help in the future.