Most Helpful Customer Reviews
5 of 5 people found the following review helpful:
4.0 out of 5 stars
A good book, 10 Aug 2006
This review is from: Learning PHP and MySQL (Paperback)
A decent introduction even if it is a little light at fewer than 400 pages to cover both PHP and MySQL.
With PHP being the fastest growing language for data driven websites and one of the most widely supported by web site hosting providers, this book gives you an easy entry into this world. It would have been better being more detailed in the more advanced areas, but that is a minor quibble, especially given the excellent coverage this book has of the basics of the PHP language.
While this book is more suited for those coming to programming (especially web programming) for the first time, anyone looking for more in-depth coverage of PHP or coming from a more experienced programming background might want to consider Programming PHP by Rasmus Lerdorf (the original author of PHP) also published by O'Reilly.
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
1 of 1 people found the following review helpful:
2.0 out of 5 stars
Frustrating, Dry and packed with Typo's, 13 Nov 2006
This review is from: Learning PHP and MySQL (Paperback)
This book is hard work. It is poorly written and confusing. The organisation is good, but the style is explanatory rather than practical, with short examples that for a newcomer like me are very difficult to translate to practical code.
It is a dry textbook, introducing concepts without expanding on them, and packed full of confusing typos. There are even typos in the Installation section, meaning that if you follow the letter of this book you will never even get past Chapter 2.
Example: Having told you to copy a file called "php2apache2.dll" into C:/php, it then asks you edit a file called httpd.conf to "un-comment out" a line reading: "LoadModule php5_module C:/php/php5apache2.dll".
Firstly, the line doesn't exist in my file, so it should say "type this in", and secondly the two file names conflict!
If you are very savvy with windows .dll files and editing server config files in notepad, go ahead, but for all the html/css web designers looking for a quick way into php for database-driven websites - AVOID, AVOID, AVOID!
Help other customers find the most helpful reviews
Was this review helpful to you? Yes
No
25 of 25 people found the following review helpful:
2.0 out of 5 stars
Reurned for a refund, 18 Dec 2006
By Burak - Published on Amazon.com
This review is from: Learning PHP and MySQL (Paperback)
There are two problems with this book. First of all it's filled with typos, both in the text and in the sample codes. The typos in the text made me laugh (its vs. it's type stuff), those in the codes made me cry. There are entire lines in some codes or screen ouputs that clearly do not belong there (take a look at page 126, about a third of the way into the page there's a line that goes --> ,"Aaron Weber"); <-- . Clearly, this line serves no purpose on its own and it was accidentally cut and paste from the end of the following line. Just too many typos, within 10 pages I had lost my confidence in this book. Secondly (and more importantly), this is NOT a beginner's book. It attempts to educate the reader on PHP and MySQL, and fails at both. For instance, the book never once mentions something as basic as the difference between echo and print in PHP. Then there's the instructions on installing phpMyAdmin on page 140, specifically item 6. I know nothing about MySQL so I have no idea how to "set the hostname, etc. of my database in the config.inc.php file". Thanks for nothing. In summary, if you're a beginner, you may think you've learned PHP and MySQL upon reading this book, and in fact you'll just be confused, and if you already know them, then why on earth would you use this simplistic book? I've returned my copy for a refund. By the way, I saw that one of the positive reviews below was posted on the book's blog site. Let's see if mine makes it.
35 of 38 people found the following review helpful:
4.0 out of 5 stars
The Very Book for the Very Beginner, 29 Jun 2006
By Brett Merkey - Published on Amazon.com
This review is from: Learning PHP and MySQL (Paperback)
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?
6 of 6 people found the following review helpful:
3.0 out of 5 stars
Wrong book for me, right book for some, 26 April 2007
By Sean Crago "Sean Crago" - Published on Amazon.com
This review is from: Learning PHP and MySQL (Paperback)
I knew I had picked up the wrong book when, in the first or second chapter, the authors said that variable types didn't matter and that they wouldn't bother covering them until late in the book. Admittedly, I can see their point, but the way the statement was written made it apparent that they were aiming this at HTML authors and other people with little to no real programming experience. If you want to pick up the PHP language and already have experience with a real programming language or two, you'd be better off picking up something else. If not, this book actually would be a good way to get started.
Update: Now that I've chewed through a little more of the book, I would no longer recommend this book to even a beginner. Uncommented, and hard to read examples that make poor use of whitespace dominate later chapters. The examples aren't the 3-4 page long beasts you find in some C or Java books, but nonetheless, this book does not demonstrate good coding practices, and should not be used by a new programmer to pick up the ropes.
|
|
|