Amazon.com Customer Reviews
Hard To Follow But Very Useful - Review written on May 07, 2008
Rating: 4 out of 5
1 customer found this review helpful.
This is my first book on learning PHP, so maybe that's why it was difficult for me, but I would often give up on something, then search the web or other books for a tutorial, only to find that the answers were in this book all along.
I wanted to create an image gallery using php, and found a halfway decent tutorial on the net, but didn't realize that this book actually covers image galleries.
Some nice tutorials in this book revolve around,
- blogs
- event lists
- user registrations
- file uploads
- image galleries
- and a bunch of other stuff.
If your learning PHP this is a good book to buy, even if you don't understand everything, you can bounce around to different books or online tutorials, then refer back to this book and maybe it'll make more sense.
Not exactly "easy" but easier than anything else I've tried so far. - Review written on June 16, 2007
Rating: 5 out of 5
I was probably about two books shy of giving up on ever learning anything useful about PHP so I'm thrilled to have discovered this book when I did!
I'm not a programmer by any stretch of the imagination but I know HTML, a fair amount of CSS, and I have a cursory understanding of how programming works. I've also successfully (but not often painlessly) installed and customized several ready-made PHP scripts so I've long been aware of how much more PHP could help me accomplish if I only had a better understanding of it.
I purchased several books on the subject over the years but could never get much past the first few chapters with any of them -- usually not even that much. Among my biggest problems was that it seemed I wasn't getting enough doses of practical information to stay motivated. This also made it difficult to be aware of any progress I might be making -- or if I even was. Sometimes the information didn't build up logically enough for me so it was harder to retain anything I might have learned. Often, even when a book claimed to be for beginners, in some areas it used jargon or presumed I knew things I didn't know at all while becoming excruciatingly basic in other areas. It was a constant struggle with little or no reward.
But none of this was the case with PHP SOLUTIONS.
I've been methodically reading just a few pages (rarely more) every night so as not to overload my circuits which were already weakened from so much frustration. The information is authoritative but the writing style is approachable, both of which made it so much easier for me to persevere. I also didn't allow myself to get too bogged down or frustrated: if there was something I wasn't getting, even after a few passes, I moved on with the hopes it would make more sense later, and it usually did. But I feel as though I'm at least grasping the majority of what's been presented. Although I have not been following along and performing the exercises as recommended (just reading and studying), I still sense definite progress and comprehension that I never felt with any of the other books. Once I decide on something I want to incorporate into a web site, I will revisit those chapters more thoroughly. This probably wouldn't work for most people, but it usually works best for me.
At any rate, I'm nearly half way through the book now and still eager to continue. That's enough to convince me. I can't say I expect to ever be able to write my own scripts from scratch (unless they're very simple), but if I'm at least able to find my way around many existing scripts (surely the ones covered in this book) and customize them for my own needs, it will be HUGE. And I CAN say I feel confident I'll be able to achieve at least that much, which I know will serve my needs and is much more than I expected after all the false starts and frustrations I've been through and how close I came to quitting.
Quick and easy - Review written on May 12, 2007
Rating: 4 out of 5
7 customers found this review not to be helpful.
Like the book's title and sub-title states "PHP Solutions Dynamic Web Design Made Easy" The books does an excellent job of showing how to do some useful things with PHP and Mysql. Is it an easy way to master PHP as the cover implies? NO!!!
It's more like a beginner's cookbook, rather than a book that will give you a solid foundation on building web sites using PHP Mysql.
The book is missing on a few points like the content management section. Where's the front end of the thing? It shows you a way of building the admin side, but not the user(front)side of the system. It wasn't difficult to figure out how to build the front end, but I didn't buy the book to have to figure that out. It should have been included. This book like all the PHP books I have purchased is very strong on somethings and severely lacking in others. This book has a few good how-to's but lacks in what for and why. There are other books that are good on what for and why, but don't show you how to apply it. There is no happy medium. I haven't found a book yet that shows you how to build anything really useful, with the complete support of the theory behind it all.
If you are just starting out and want to know how to do a thing or two fast, without spendings 8 months working through one of the many 1000 plus page php books out there, then this book is okay for that.
If you want to learn PHP Mysql for serious professional level development, then stick to the big red books and, or the books with the funny looking animals on the cover, knuckle down and put in the time. It is really the only way you will ever learn how to do anything worthwhile with any programming language. You gotta put in the time.
Practical, useful, informative ... - Review written on March 14, 2007
Rating: 5 out of 5
12 customers found this review helpful, 2 did not.
Wow, am I impressed! I've worked through about half the book and read part of the rest. I'll work through all of it, but I've already used some of it on a live website. I usee some of the code as-is, and the rest with only minor modifications. David is very security-minded, which I greatly appreciate.
I'm an experienced programmer, and have developed static websites, but was quite new to PHP when I started. I found the level of information excellently suited to me - enough introductory material, but not so much as to bog me down. Some of the code challenged me, but that's what helps me learn and put my own twist on things.
Thank you David!
One of the Best - Review written on February 15, 2007
Rating: 5 out of 5
16 customers found this review helpful, 2 did not.
I recently read PHP Solutions by David Powers, and have to say it has been one of the better ones I've come across in awhile - definitely one I will keep at arm's length. I think the best way to describe it is to use an analogy. What CSS Mastery is for CSS, PHP Solutions is for PHP. This book is full of practical PHP tips and tricks that can help you hit the ground running. It takes a learn-by-doing approach.
While this isn't a comprehensive how-to guide covering OOP, it does approach things with a future-proofing mindset. Powers is careful to point out where things are specific to PHP 5, and gives alternatives to making them work in version 4. He also talks about what features will be prevalent in PHP 6, such as PDO (PHP Data Objects) becoming the more standardized way to handle database connectivity.
The first few chapters start off with the basics, showing PHP syntax and explaining how to build dynamic templates using includes. He also shows how to protect includes from being accessed independently of their accompanying pages, storing them separately from publicly accessible directories. He also shows how to build a file-upload interface for use in a basic CMS.
He then goes on to build a photo blog, complete with auto-generated thumbnails. One cool solution he uses is checking the width of an image, and then using that numerical value to set the width of a paragraph which contains explanatory text. By constraining the width, it keeps the line of text from being longer than the image is wide. He also shows how to use PHP's date output to keep the copyright for your site on-par with the current year.
The latter part of the book gets into more advanced topics such as user management, remember sessions with cookies, and handling database security. By the time you complete this book, you will have the know-how to create a light-weight content management system that will uniquely fit your needs.
I really like that PHP Solutions takes you through the process of creating a dynamic site from start to finish, unlike many books which contain a slew of disparate examples. I would unreservedly recommend it to anyone looking to get into PHP. For another opinion, read the book review by Jonathan Snook [...]freelance web developer and member of the CakePHP [...] documentation team.
Exactly What I've Been Looking For - Review written on December 08, 2006
Rating: 5 out of 5
19 customers found this review helpful, 2 did not.
This book is exactly what I've been looking for, for a long time. I have been creating web sites for years, but haven't had much PHP experience. Some, but not much. Each time I looked for a "solution" online, I came across sloppy articles, conflicting information, difficult to understand code--just generally unsatisfactory, frustrating info for anyone who didn't already know PHP really well. Or, the info might be good, but it would take forever to find it. Not any more. I bought this book a few weeks ago, and started using things in it the other day. I have not read the entire book, but I've already incorporated some of the things into some sites I'm working on, and it was a breeze. The book is really well-written. If you have experience in web design but aren't a programmer, you will really benefit from this book. You'll painlessly add a number of really useful tools to your repertoire and be able to offer your clients more the same day you receive the book in the mail. I highly recommend it.