Customer Reviews


10 Reviews
5 star:
 (9)
4 star:    (0)
3 star:    (0)
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


10 of 10 people found the following review helpful:
5.0 out of 5 stars my new desktop reference
I work with PHP quite a lot, but I keep on forgetting things: How do I prefill a form without introducing security vulnerabilities, how do I connect to which database (in our company, we use several different systems), how do I provide web services, how do I sort arrays in natural language order, and so on. This book contains so many phrases I need in my daily work so...
Published on November 5, 2005 by Chris Schmidt

versus
0 of 1 people found the following review helpful:
2.0 out of 5 stars Digging and Hunting through blocks of code
I gave this book a trial run for a day of programming, in an effort to find a handy little reference book I could refer to when I forgot syntax or needed a function but couldn't find the name.
I found the index suitable, but the descriptions of functions made lots of assumptions about what you should do, rather than present a clear explanation. Then, a large chunk...
Published on March 1, 2008 by Andy L.


Most Helpful First | Newest First

10 of 10 people found the following review helpful:
5.0 out of 5 stars my new desktop reference, November 5, 2005
This review is from: PHP Phrasebook (Paperback)
I work with PHP quite a lot, but I keep on forgetting things: How do I prefill a form without introducing security vulnerabilities, how do I connect to which database (in our company, we use several different systems), how do I provide web services, how do I sort arrays in natural language order, and so on. This book contains so many phrases I need in my daily work so that it really helps me save time. Thumbs up!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


8 of 8 people found the following review helpful:
5.0 out of 5 stars A PHP Developers Right Hand, February 3, 2006
By 
M. Noga (United States) - See all my reviews
(REAL NAME)   
This review is from: PHP Phrasebook (Paperback)
This is quite possible the best book I have purchased so far, and I buy a new book every couple of months. I usually to use the Pocket References from O'Rielly but this new Phrasebook series looks like a great replacement. Full of short blocks of code that are easily adaptable to what ever your doing.
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:
5.0 out of 5 stars Very handy little book, January 3, 2007
Amazon Verified Purchase(What's this?)
This review is from: PHP Phrasebook (Paperback)
This book is one of those that you like to keep at arms length. It has a lot of useful code that comes in handy. I liked it so much I purchased the MySQL Phrasebook as well.
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:
5.0 out of 5 stars Concise and relevant at the very same time, November 20, 2005
By 
Foti Massimo (Vezia (Switzerland)) - See all my reviews
(REAL NAME)   
This review is from: PHP Phrasebook (Paperback)
With this book Christian Wenz and SAMS are trying to launch a new concept, sort of a condensed "programming cookbook" that can be used as a portable quick reference as well. The author brilliantly manages to keep a balance, being concise and relevant at the very same time. The code samples are well written and up to date with PHP 5; plenty of notes and tips provide valuable words of wisdom. The topic lends itself very well to this format, since PHP has hundreds of functions and many details that are often hard to remember. I really enjoyed this book and I am looking forward to see more titles published along the same series.
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:
5.0 out of 5 stars The perfect format for programmers., January 21, 2008
This review is from: PHP Phrasebook (Paperback)
It's kind of like having a Reader's Digest version of an O'Reilly Cookbook title, but more oriented to learning the language instead of just listing the solutions to odd problems.

The Phrasebook series gives me everything I need to know to use my existing knowledge in a new language. Sure, they are not comprehensive. But too much information slows down the initial learning process, and makes the book less likely to be read. Read one of these books and you'll know enough to get started, and make smarter Google searches when you get stuck. Best of all, it fits in your back pocket.

If you're already a programmer and simply want to start using a new language, buy a Phrasebook. The PHP Phrasebook was my first one, and I "learned" PHP while I was in the waiting room of the mechanic shop having my car inspected.
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:
5.0 out of 5 stars PHP resource for beginners, April 29, 2007
By 
Richard Rabe (Belchertown, MA) - See all my reviews
(REAL NAME)   
Amazon Verified Purchase(What's this?)
This review is from: PHP Phrasebook (Paperback)
My first book on PHP was Sams Teach Yourself PHP, MySQL and Apache All in One (3rd Edition) (Sams Teach Yourself) which was great to get me started. But once I started designing and writing in PHP it was not very helpful. I have had this phrase bookon only 2 days and already I have used four examples (uploading a CSV file, saving form data, and two string manipulation funcitons). The index and organization are laid out like I think ..."how do I load a CSV file?" ... look up CSV and there's real examples plus cautions on how to look out and deal with problems. When I am writing now, this book will be next to me!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 7 people found the following review helpful:
5.0 out of 5 stars Pocket-sized Book is a Big Help, March 8, 2006
By 
Diane Cipollo (Editor at BellaOnline.com) - See all my reviews
This review is from: PHP Phrasebook (Paperback)
If you are trying to find the right PHP code for a project you're working on, you could thumb through all those books you have stacked on the bookcase behind you. But, I can tell you from personal experience that the answer will always be in the last book you look in. It never fails. Well, this little pocket-sized book is just what I needed and maybe you will too.

The author, Christian Wenz, has collected l00+ code snippets (PHP 4 and 5) and compiled them into this handy book. He not only gives you the most commonly used code but also some you may not have considered using before. He explains the code samples significantly so that you can customize the code to your specific needs. He has tested these snippets on various servers, so there shouldn't be any surprises when you use the code in real world situations.

I think this book is good as a handy Q & A reference, but you might want to read it in your spare moments. Wenz has given you some very good general information as well as discussed some of the common problems and pitfalls when writing web applications in PHP. The book is sectioned into logical categories for quick reference.

Manipulating Strings
Working with Arrays
Date and Time
Working with Web Forms
Cookies and Sessions
File Systems and Databases
Dynamic Data
XML
Remote Servers

Christian Wenz has worked in many areas of PHP programming and has written code for the PEAR repository. He also has written for several IT magazines and books.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars PHP Phrasebook Review, July 11, 2011
Amazon Verified Purchase(What's this?)
This review is from: PHP Phrasebook (Paperback)
This book is what I expected and what I wanted. It is a list of code snippets to accomplish various tasks. It saves time when I want to do one task in PHP. I don't have to comb through a PHP tutorial to find what I need. I am glad I bought it. It is a good companion reference to a PHP tutorial.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars My most used PHP book, February 5, 2011
By 
This review is from: PHP Phrasebook (Paperback)
Of all the PHP books I have, this is the one I reach for first when I'm trying to remember how a particular function or technique works. It is well written, gets straight to the point, and offers easy to understand examples. If you only have one PHP book, this should be it. I find it faster, more informative, and easier to use than searching the web for simple everyday questions.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
2.0 out of 5 stars Digging and Hunting through blocks of code, March 1, 2008
By 
This review is from: PHP Phrasebook (Paperback)
I gave this book a trial run for a day of programming, in an effort to find a handy little reference book I could refer to when I forgot syntax or needed a function but couldn't find the name.
I found the index suitable, but the descriptions of functions made lots of assumptions about what you should do, rather than present a clear explanation. Then, a large chunk of code is presented as an 'answer', with the inclusion of a lot of confusing parts. This is not a good phrasebook, but more of a skimpy tutorial book with a slant.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

PHP Phrasebook
PHP Phrasebook by Christian Wenz (Paperback - October 6, 2005)
$24.99 $13.94
In Stock
Add to cart Add to wishlist