Customer Reviews


15 Reviews
5 star:
 (6)
4 star:
 (5)
3 star:
 (3)
2 star:
 (1)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


7 of 7 people found the following review helpful:
4.0 out of 5 stars Worth the 20 bucks
I came across this book while trying to find a more advanced PHP book. I own many on on the subject and have tired of them all covering the same handful of topics. I was after more of a "PHP theory" book. Something that takes the next step beyond syntax and reference (both of which are abundant online for free) and tackle the "how to put it all together" issues.

This...

Published on May 1, 2002 by spunk

versus
9 of 9 people found the following review helpful:
3.0 out of 5 stars Barely "Advanced", maybe Intermediate
I've gotten to the point now after 3 years of PHP coding that I can write database based applications in my sleep. I'm familiar with at least 60% of the non-database related PHP functions. I consider myself an advanced PHP programmer.

When I read through this book, I found myself wanting more. Sure, it opened my eyes up to a few functions I wasn't familiar with (such...

Published on June 3, 2003 by grumpychris


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

9 of 9 people found the following review helpful:
3.0 out of 5 stars Barely "Advanced", maybe Intermediate, June 3, 2003
By 
"grumpychris" (Ontario, Canada) - See all my reviews
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
I've gotten to the point now after 3 years of PHP coding that I can write database based applications in my sleep. I'm familiar with at least 60% of the non-database related PHP functions. I consider myself an advanced PHP programmer.

When I read through this book, I found myself wanting more. Sure, it opened my eyes up to a few functions I wasn't familiar with (such as using true type fonts for images), but I found it to be lacking overall. I was surprised that the ob_start()/ob_get_contents() related functions weren't even mentioned with the ultra basic templating class used at the beginning of the book. Nor was custom error handling even touched on.

That's not to say that the book doesn't have any good qualities. The OOP chapter, while brief, was at least useful. And I absolutely loved the coding style in the book (all other book publishers should take a lesson from this). New lines of code are highlighted as red, and shown exactly where they're supposed to go in relation to the code written 3 pages (or even 3 chapters) ago. It's unfortunate that a CD of the sample code was not provided.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 7 people found the following review helpful:
4.0 out of 5 stars Worth the 20 bucks, May 1, 2002
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
I came across this book while trying to find a more advanced PHP book. I own many on on the subject and have tired of them all covering the same handful of topics. I was after more of a "PHP theory" book. Something that takes the next step beyond syntax and reference (both of which are abundant online for free) and tackle the "how to put it all together" issues.

This book was one of the only books to start down that path. While not perfect, it begins to focus more on concepts than content. It's exactly what I expect from a Visual Quick-guide/start book. It gets you going and leaves you wanting more (which I think is a good thing). I am hopeful that someone will pick up on this idea and expand upon it.

Either way, this book offers far more than [price] worth of thought provoking information and insight. And while I wouldn't recommend it for your only PHP book, I would advise you to pick it up if you are looking to add to your knowledge.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


6 of 6 people found the following review helpful:
3.0 out of 5 stars Not impressed., April 26, 2002
By 
Tom Anderson "Head" (Denver, CO United States) - See all my reviews
(REAL NAME)   
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
I was swayed to buy this book instead of the O'Reilly book because the reviews were all great and the book looked decent. The level of coverage is what I was looking for and both books were geared towards experienced programmers who want to get past the basics quickly. That summarizes what I like about the book.

However, the more I read, the less impressed I have become. As an experience programmer I keep noticing examples and descriptions of things that most experienced programmers wouldn't do. Here are a few examples:
* Examples use extensions like .inc and .class even though he describes the security issues with these extensions. If you copy the examples without reading this sidebar you might be doing yourself a misservice.
* The example demonstrating inheritance is a case where you probably shouldn't use inheritance. In other words, it's a technically correct example but probably not a good design. People who learn by example may learn bad habits.
* Also in the inheritance example, he includes both the inherited class and base class files in the file that uses the inherited class. I think most experienced programmers would have made the inherited class include the base class definition so the programmer only needs to include the class they are dealing with.

I may be nitpicking a bit and this book might turn out to be a decent reference. However I find myself taking everything with a grain of salt after seeing these types of subtle misteps. From an advanced book I expect a bit more.

Bottom line: I wish I had bought the O'Reilly book (though I haven't reviewed it so you should do your own comparisons).

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


7 of 8 people found the following review helpful:
5.0 out of 5 stars Quickpro series, not Quickstart - Real value for money!, February 5, 2002
By 
Brett Taylor (Wellington, New Zealand) - See all my reviews
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
As a seasoned programmer most books for languages are aimed at the newbie to programming. I spent about 30minutes at my local bookstore trying to find a PHP book that was targeted at people like myself. I've read several books in the visual quickstart series, and weren't a lot of help.

This book, even though it's in a different series (visual quickpro guide) as the quickstart series put me off. But, in the end I bought this one because it really was aimed at the advanced programmer. Covering subjects like XML, classes and OOP with actually useful examples of real-life code, this book is great.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


9 of 12 people found the following review helpful:
4.0 out of 5 stars Worthwhile, December 7, 2002
By 
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
This book has been quite useful in helping me to wrap my head around OOP. Like one of the earlier reviewers, I was initially suspicious of this series, as it has carried some lightweight books in the past, with loads of annoying, useless pictures of dialog boxes.

While some of those are still there, and still annoying, the layout of the series has been refined since I first looked at it. I was swayed by a comparison of this book and O'Reilley's offering. For one thing, it was cheaper.

But more importantly, it's more balanced, more approachable, and less boring. The design of the Html template classes are indeed a bit odd, but I presume Ullman designed them primarily as a teaching tool, not for a real site, and they do make his points clearly. After all, there is plenty of open source code on the web to emulate or build on -- the important thing is grasping the concepts. I think this book will help there.

One thing that I consider a serious drawback is that the entire book is littered with ugly table layouts. My eyes crossed from sifting through seas of <tr>'s and <td>'s. A book on web design should have up to date design, and table layouts are not are
straight out of the 90s.

If only someone would come out with a book on PHP/MySql that used decent CSS, now that would be something I'd pay to read.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
3.0 out of 5 stars Wait for second edition, January 10, 2006
By 
Mike Shore (North Vancouver, BC Canada) - See all my reviews
(REAL NAME)   
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
This is the first edition, which covers PHP3 and PHP4. PHP5 has been out for a while and supports much more OOP. A second edition will probably require much rewriting.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 5 people found the following review helpful:
5.0 out of 5 stars I highly recommend this book, January 10, 2002
By 
iamtgo3 "www.ipdg3.com" (Naperville, Il United States) - See all my reviews
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
If you ever read a book from Peachpit Press, then you know what the wonderful Visual QuickPro Guides are like. PHP Advanced Visual QuickPro Guide uses pictures rather than lengthy explanations. You'll be learning the more advanced features of PHP no time!" Larry Ullman's book on PHP is a great place to start when you are looking to advance your skills.

PHP is such a hot topic on the web now, that there are so many books out there on the subject, and so many of them make it more complicated then it really is. This book does a great job at teaching you the advanced use of PHP scripting. The author explains all the code that he has written, and goes through it in a language that anyone can understand.

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:
5.0 out of 5 stars Great Book - Examples work and aren't cumbersome, February 13, 2002
By 
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
I have read several books on PHP and MYSQL and I would like to say this is the best book I have read on the subject. Not only does the author explain what everything is, he also puts everything in examples that are easy to read and to comprehend.

If you have some PHP and MYSQL knowledge and would like to expand on your knowledge without paying a lot or waste your time reading for hours, this is a great book for you. It will get you up and going in no time.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Great book!!, March 16, 2008
By 
"unknown" (Highlands Ranch, CO, United States) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
Went through the first one..this one by Larry Ulman as well taught me much more.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars This Guy Knows His Stuff, October 13, 2004
By 
This review is from: PHP Advanced for the World Wide Web: Visual QuickPro Guide (Paperback)
Coming from the world of ASP/VBS, etc., I thoroughly searched the local generic huge book store chain, and thumbed through and finally selected 3 books to teach me PHP/mySQL.

Only after I got home and read 'em in depth did I realize they were all written by the same guy, Larry Ullman:

MySQL; PHP for the WWW; and PHP Advanced.

All three books are great, they are easy to follow, I am getting better and better jobs because of the skills I've gleaned from these books. The author also hosts a forum for poeple who have questions about what's in the boks.

Very helpful stuff, you'll benefit from it.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 | Next ›
Most Helpful First | Newest First

This product

PHP Advanced for the World Wide Web: Visual QuickPro Guide
PHP Advanced for the World Wide Web: Visual QuickPro Guide by Larry E. Ullman (Paperback - December 18, 2001)
Used & New from: $0.01
Add to wishlist See buying options