Amazon.com Customer Reviews
Programming background? This book is for you! - Review written on October 26, 2007
Rating: 5 out of 5
1 customer found this review helpful.
I was looking for a decent introduction to PHP, and stumbled across this on Amazon. I can only speak as someone with a programming background, but this was exactly what I was looking for. Mr. Ullman takes you through PHP from the ground up, but the layout of the book and the thoroughness of the index makes it a pretty good reference if you just want to know some particular piece of the puzzle.
Want to create an online form using PHP? This book walks you through a project that does just that.
Want to figure out how arrays work in PHP? You can jump to that section, and migrate your own programming knowledge over to the PHP environment.
PHP (and, for that matter, HTML) programming is a little counterintuitive , particularly if you have previous experience in other languages. This book makes the move a lot easier!
Again, my review is from the standpoint of someone with experience in programming. However, the approach that the book takes - walking you step-by-step through practical examples - probably would work really well for those who are new to programming, too.
I bought it along with the companion book on PHP and MySQL (PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide)), which turned out to be a great idea - both are getting dog-eared as I build a website using dynamic content.
A great book, well worth purchasing!
Amazing book, amazing author - Review written on November 13, 2005
Rating: 5 out of 5
1 customer found this review helpful.
I'd like to congratulate the author for writing such helpful books. I have "PHP for the World Wide Web" and "PHP and MySQL for Dynamic Web Sites." Within a couple of days I went from knowing nothing about PHP to being able to use it to develop a useful and enjoyable dynamic web site. I don't think that his books are intended to teach the basics of HTML, but they did a great job of that, too. Before I read those books, I knew next to nothing about HTML, so I could create web pages only in programs with a WYSIWYG editor. After reading the HTML code in his books, I finally "got" HTML, and I now prefer to hand-code many things (it's amazing how much "junk" gets inserted into the page source code by using a WYSIWYG editor, especially if the page has been revised several times).
I can't say enough about the author, too. He definitely believes in "service after the sale." He has a help forum on his publisher's web site (http://www.dmcinsights.com/phorum/list.php?10), and he personally and promptly responds to many of the postings--he responded to one of my postings an hour later! This is particularly amazing since he must be flooded with requests for help via the forum and e-mail.
Worth its weight in gold - Review written on October 07, 2004
Rating: 5 out of 5
8 customers found this review helpful.
This book is great.
As a beginner web designer/programmer, i knew some html, some css, and a little javascript. I bought this book because I was working on my first interactive site, and I wanted to write it in php. It was almost as though the author had read my mind, because there was either a page or chapter devoted to almost every single aspect of what I needed to accomplish with my site. The tips and side notes are extremely valuable as well.
I have 2 other 'Quickstart' books from Peachpit Press, and while I found the other 2 mostly 'fluff', this one really is packed with information.
While there are topics that don't cover everything (of course many of these topics could be a book within themselves), the author does a great job of realizing this, and pointing you in the right direction should you need more in-depth information.
The author also has an online forum where he is very good at answering php-related questions, and providing support for the book.
This book constantly sits about 3 feet away from my computer as a constant reference, and I can't think of anything I've ever spent less than $20 on that was as valuable as this.
This guide to PHP is a great intro -- PLUS online discussion - Review written on July 16, 2004
Rating: 5 out of 5
2 customers found this review helpful.
Larry Ullman provides a clear and excellent intro to PHP in this 2nd edition. I am a beginnning programmer and I have found this to be not only a really clear introduction, but also a reference manual as I go along.
Plus, the author has created an online discussion forum that is actually active and works.
From my somewhat thorough review, this is the best intro PHP book out there!
Joshua
Ogden Little Bags
http://www.ogdenlittle.com
Clear Presentation - Review written on July 07, 2004
Rating: 5 out of 5
3 customers found this review helpful.
This is the third PHP book I read and covers PHP versions 4 and 5. I worked through all its examples without any problems. Somebody reviewing it said there were errors, but I did not find them using PHP V4.3.2. Following the examples were a lot easier than in other computer books, like Visual Basic 6 by Petroutsos, which I had to abandon three years ago for lack of error-free exercises.
The VQS format appears to waste a lot of space, but it has its advantages. There is never any doubt what the script has to be, because it is repeated in its entirety even when only a few lines change. Some books cut this short, and give frugal explanation for what the clear script should be. In the end, one often wastes time in such cases.
I have the PHP Manual on my hard disk, and consulting it aids in extending the applications on hand. Once I learned the examples in the book, I was able to extend the scripts, make them more versatile and produce more attractive displays.
I started out stating it is my third book on PHP, and reading this book serves as an in-depth review. This book clarified some of the features I thought I learned before. This does not imply that one must have used other PHP books previously. It is an excellent first book on PHP. Of course, one should know some HTML before using this book.
Because of the VQS format I would like to rate this four and a half stars, even though the format improves on clarity. Even with this view, the book deserves five-stars.
Good but could have been better - Review written on November 21, 2003
Rating: 3 out of 5
2 customers found this review helpful.
I am familar with Perl and shell scripting but decided to purchase this since I had no familiarity with PHP.
The book is too simplistic if you currently know the basics of programming such as loops, if/else, how to assign variables and the like. So if you can write a Perl script or a shell script of medium complexity I would skip this book and look for something more advanced.
In addition to this, it is pretty obvious that this book was written for PHP version 3 and then a few paragraphs added to say it is version 4 compliant. I would say they need a new edition of this book to really say it covers version 4. The most annoying and obvious example of this is how values are passed from a form to a PHP script. There is a major change between version 3 and 4 and the book only uses version 3 examples. If you go to the author's web site there is an errata section that tells you how to do it in version 4. The problem is, since you are just learning PHP, you will probably spend a good 30 minutes thinking you are screwing up somehow before you realize the book is wrong. Then after you figure it out you have to constantly do things a different way throughout the entire book and it is not always straight forward.
2 years ago this book would probably be a solid 4 stars perhaps even 5. Now in late 2003 going on 2004 it is outdated and riddled with known errors. It is in dire need of a new edition to bring it up to date. If you have very little experience with scripting/programming, don't mind checking a website a couple times each chapter for errors, and are strapped on cash, this book is not so bad. Otherwise I would recommend you look elsewhere.
If you don't have the time for fluff... - Review written on October 03, 2003
Rating: 4 out of 5
22 customers found this review helpful.
Unlike many other programming books, "PHP For the World Wide Web" takes the high-quality low-fluff approach to introducing readers to PHP. Don't let the small size of the book fool you; it is jam-packed with the most important information you'll need to start programming in PHP right away. Whether you are a beginner or a seasoned programmer, this book will take you step-by-step through the core concepts of the language in the least amount of pages possible. It's hard to say if the shortness of the book is due to the teaching mastery of Larry Ullman or the genius of the PHP language. Either way, this book will serve as an excellent tutorial and great reference guide for future projects.
PHP is very similar to other languages and my programming background made learning PHP much easier. However, this book's approach and working examples should serve as an excellent tutorial for beginners as well as programmers. Keep in mind that the book is designed to give you a working knowledge of the language and is not a comprehensive course on PHP programming. After reading the book, however, you will be in a much better position to continue your PHP education through PHP's homepage (PHP.net), learning additional functions and techniques as your projects dictate (and as the PHP language continues to grow).
(To me, the chapter on databases alone was worth the price of the book. PHP is amazing when it comes to building web-based applications around databases and this book gives you what you need to get started as well using files and directories, cookies and even an intro on creating web applications.)
Great book... if you don't want detail. - Review written on July 06, 2003
Rating: 3 out of 5
3 customers found this review helpful, 3 did not.
After a good deal of searching for a good PHP book, I finally found this one. It's a great book, yeah, and I went through it without problem and found the layout of the book extremely easy to understand. For beginners, Ullman did a very good job of explaining the -basics- of PHP.
That said, after a good number of phrases like 'beyond the scope of this book', I grew to feel like it was just meant to be a stepping stone for PHP Advanced for the World Wide Web. The object-oriented side of PHP was not discussed, along with other aspects of the language. Ullman often tells you to go to various sites (including the PHP home page) instead of explaining it himself, which I found particularly annoying. I did not buy the book to be redirected to other sites I could have gone to anyway.
The examples, although I don't feel that they are an important aspect of the book, are usually pretty useless. This is something I have found with a lot of the Visual Quickstart books, but I don't feel that it should bring the book's value down much.
Overall, PHP for the World Wide Web is a useful book if you don't mind spending [$] to learn the very basics of PHP.
Clear, friendly and a great introduction - Review written on July 06, 2003
Rating: 5 out of 5
4 customers found this review helpful.
Visual Quickstart guides are incredibly clear and easy-to-use. This book tackles basic PHP features like date functions and making text appear on screen, goes through conditions and loops and includes more advanced chapters on arrays, basic MySQL integration, cookies, and dealing with external files.
I've always found it easier to try to figure things out from examples - this book displays clear code examples with explanations side-by-side. Highlighting the new code examples in red is a real help.
This book can get you from no knowledge of PHP to an impressive intermediate level in just a few days, even if you don't have a background in programming or scripting.
Finally - while there's no CD, the accompanying website allows you to download the script examples chapter-by-chapter.
Great Way to Get Started - Review written on July 06, 2003
Rating: 5 out of 5
This book is very easy to use. It's organized so that you can go right to the stuff you need. Some of the examples continue from previous chapters but they are clear enough that you can apply them to your needs at any point. The companion website it amazing. The author moderates a forum where he and other knowledgable PHP'ers respond with useful, thoughtful suggestions very quickly.
Some of the code is outdated because of new releases of PHP, but that's the nature of the topic. The website identifies many of the most important changes, and how to modify your scripts to work with newer releases.
I'm glad I bought it when I did, but the author has since come out with "PHP and MySQL for Dynamic Web Sites." I'd probably buy that instead since I'm also trying to learn mySQL.