The PHP Anthology and over one million other books are available for Amazon Kindle. Learn more

FREE Shipping on orders over $25.

Used - Very Good | See details
 
   
Have one to sell? Sell yours here
Start reading The PHP Anthology on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

The PHP Anthology: 101 Essential Tips, Tricks & Hacks [Paperback]

Ben Balbo , Harry Fuecks , Davey Shafik , Ligaya Turmelle , Matthew Weler O'Phinney
3.9 out of 5 stars  See all reviews (16 customer reviews)


Available from these sellers.


Free Two-Day Shipping for College Students with Amazon Student

Formats

Amazon Price New from Used from
Kindle Edition $9.99  
Paperback --  
Paperback, October 30, 2007 --  
Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

October 30, 2007 0975841998 978-0975841990 Second Edition

The PHP Anthology: 101 Essential Tips, Tricks & Hacks, 2nd Edition is a collection of powerful PHP 5 solutions to the most common programming problems.

Featuring best-practice code and a commonsense approach to development, this book includes coverage of:

Manage errors gracefully. Build functional forms, tables, and SEO-friendly URLs. Reduce load time with client- and server-side caching. Produce and utilize web services with XML. Secure your site using access control systems. Easily work with files, emails, and images. And much more

The question and answer format will allow you to to quickly find and reference any of the 101 solutions, saving you hours of Internet research or painful trial & error. All solutions are fully explained and the ready-to-use code is available for download.

From the Publisher

"A comprehensive collection of ready-to-use PHP solutions!"

  • Over 100 easy-to understand PHP tips, tricks and hacks.
  • Save hours of time with "copy and paste" ready code.
  • All solutions are fully explained by five PHP gurus.
  • Learn the very latest object oriented PHP techniques.
  • And so much more...
Each chapter of this book is laid out in a problem-solution format. We'll start with a common PHP problem that you may face, and then provide a concise solution to that problem. In some cases, when the topic warrants it, we'll give you a brief discussion of the solution to provide context.

The chapters are grouped to cover the major areas of PHP. Inside, you'll find solutions to the most common challenges that PHP developers face.

What Slashdot.org Says

"The chapters on error handling and access control are alone worth the price of the book"



Editorial Reviews

From the Publisher

The PHP Anthology takes the most common problems posted by PHP developers in many discussion lists, forums and newsgroups and shows you how to solve them using modern PHP-coding practices. Along with detailed discussion of the key issues involved in solving specific problems, The PHP Anthology promotes development using PHP’s Object Oriented Programming (OOP) features and popular Open Source libraries.

All solutions and code in the books have been reviewed and approved by today’s top PHP experts, including Kevin Yank, author of the best-selling "Build Your Own Database-Driven Website Using PHP & MySQL". In other words, you can be assured that the books will show you how to develop rock solid, secure applications in the most efficient way possible.

The PHP Anthology can serve as a reference book to over 100 common problems, or if you want to read it cover-to-cover, it can serve as tutorial on advanced PHP coding techniques. Either way, it will provide you with unique insight to help you drastically improve your development techniques, cut down on needless lines of code and avoid potential security pitfalls. --This text refers to an alternate Paperback edition.


Product Details

  • Paperback: 542 pages
  • Publisher: SitePoint; Second Edition edition (October 30, 2007)
  • Language: English
  • ISBN-10: 0975841998
  • ISBN-13: 978-0975841990
  • Product Dimensions: 1.1 x 7 x 8.8 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 3.9 out of 5 stars  See all reviews (16 customer reviews)
  • Amazon Best Sellers Rank: #1,326,573 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Customer Reviews

3.9 out of 5 stars
(16)
3.9 out of 5 stars
Share your thoughts with other customers
Most Helpful Customer Reviews
27 of 28 people found the following review helpful
Format:Paperback
Having bought a few beginner's books on PHP and written a basic CMS for my Website, I was ready to move to the step. What I didn't want is a reference book or a 800 page theory & fluff book that I would never finish reading -- much less use.

Being a previous customer of this publisher, I got an offer to pre-order the book. Since it sounded like it fit the bill and I got a discount for buying both Volume I & II, I decided to go ahead with it.

Having read through half of the first volume, and skimmed through the second volume, I can definitely say that this title has met my expectations. There's quite a few ideas that I can put to use right away, plus I found quite a few things that I now want to offer to my site visitors that this book will make possible.

Because of the way the book is written, I don't have to read through it front to back. I can flip to specific sections, and in a few pages, learn to accomplish a specific task. This is one PHP book - or I should say books - that gets my thumbs up. It's definitely going to get put to good use over the next few weeks.

Comment | 
Was this review helpful to you?
28 of 30 people found the following review helpful
Format:Paperback|Amazon Verified Purchase
This is a great book!
I bought about 10 PHP books to help me with a web project involving MySQL/PHP. I am a professional Java developer, therefore the principles of PHP are not hard to grasp. Still, everything is different in PHP, and before I saw this book I had the impression that the majority of PHP developers are hacking, cutting and pasting examples into procedural code at random.

After getting started using "PHP and MySQL Web Develpment" by Luke Wellling and Laura Thompson (highly recommended) this book brought me to a level that I can now clain to be a professional PHP programmer too.

This book clearly shows that it is possible to develop PHP in an organized way, using proper design, good object-oriented principles and design patterns (in vol.II). Besides that, there are many practical tips about things I found really difficult as Java programmer: magical quotes, .ini file settings, & references, file downloads, paging result tables, etc. etc. The book is clearly written and answers every question from the standpoint of how to do something using good design and how to write code that is maintainable, extensible and reusable.

Comment | 
Was this review helpful to you?
17 of 18 people found the following review helpful
4.0 out of 5 stars A PHP Book that's different (and better) than the rest January 22, 2008
Format:Paperback
I really wasn't sure what to expect with the book, my shelves are already packed with a stack of good PHP books that I've read through once, got a few good gems of info from, put on the shelf, and never touch again.

It was the title that got me first interested in this book, sort of like the greatest hits of PHP which, in theory, is a book that I expected to get a little more use from.

I'm happy to say that this book delivered on it's promise and them some.

The difference between this book and say some of the other more tutorial style PHP books I own is that it doesn't follow the one size fits all approach. It actually explains solutions to problems that your able to adapt you your own world. I downloaded the code from the books website which made my life even easier.

It's organized into stack of little mini tutorials covering most of the challenges you'll face if you're programming with PHP. I didn't read this from cover-to-cover but more jumped straight to some of the specific sections that I was keen to learn about. The layout and design of this book enables you to jump around from section to section easily.

I'm now finding myself going back to this book time and time again as new problems crop up, just today I had to solve a caching issue and violia a nice little example of exactly what I needed was there in chapter 11. It saved me a stack of time so I thought I'd use it to write this review.

It's also worth noting that chapter 1 contains a nicely written introduction to object-oriented PHP and is worth a read if your just starting with PHP and everyone should read chapter 13. Even though I've been programming in PHP for a while now this chapter opened my eyes to why I experience some of the frustrations I do...
... Read more ›
Comment | 
Was this review helpful to you?
12 of 12 people found the following review helpful
4.0 out of 5 stars Up to date and useful reference book. January 22, 2008
Format:Paperback
While I wouldn't read this book cover-to-cover, it makes a very handy and current reference title for any intermediate PHP programmer.

100 Solutions, neatly divided into 13 chapters, make it very quick to find what I was looking for. The downloadable code from the publishers website also helped a great deal and saved me some time.

I found the security checklist at the back of the book particularly useful and helped me pinpoint and solve some potential vulnerbilities. Chapter 13 on best practices was also a clear standout in my mind, as it covers PHP coding best practices and helped me improve how I work.
Comment | 
Was this review helpful to you?
10 of 11 people found the following review helpful
5.0 out of 5 stars Great Followup April 14, 2004
Format:Paperback
With so many books on the market instructing users on dummy approaches to just about everything, it is good to see that Sitepoint has raised the bar, once again, in the technical instruction arena. In continuing the legacy established with "Build Your Own Website Using PHP & MySQL" and "HTML Utopia:Designing Without Tables Using CSS", they have taken a
complex and oft misunderstood approach to coding and presented PHP in a dymystified way that is easy to understand, exciting to conceptualize and practical in application. Harry Fuecks brings a great deal of experience and leadership to Sitepoint, giving the users a way to take linear procedural code and turn it into reusable objects for easier coding. These books will sit on my "favorites" shelf within arms reach of my computer for a long time to come. Kudos, Sitepoint, on yet another stellar release.
~Aaron Brazell, Emmense Technologies
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
2.0 out of 5 stars Either love or hate sitepoint books
I have very missed emotions about sitepoint books. Most site books I have purchase does not a have natural flow to them. Read more
Published 15 months ago by K. Robinson Sr.
4.0 out of 5 stars Vols I & II
The Volume II which I purchased is well worth the money and very readable. Note that volume I is now out of print, so only available in the Used section. Read more
Published on April 11, 2009 by Ron Cairns
2.0 out of 5 stars Terrible binding, can't read the book
I ordered this from the publisher and it literally fell apart as I started reading it. I'm going to have to 3-hole punch it and find a thick binder for the over 500 pages! Read more
Published on December 2, 2007 by Cynthia Ward
4.0 out of 5 stars very good
the book is not a guide to learn PHP from scrath, but it is very good for new & old programmers.

it's chapters includes all major aspects of the language & a lot of... Read more
Published on May 28, 2007 by Sagee Lupin
5.0 out of 5 stars Simple
I liked this book because of its simplicity. Well written, easy to follow, and with a lot of practical examples. Read more
Published on May 9, 2007 by Luis Carlos Solano
1.0 out of 5 stars Did not make me want to learn OO-PHP
I use a lot of includes in php and wondered if I could more fruitfully use OOP. My conclusion was that includes can do just about everything OOP can do. Read more
Published on January 11, 2007 by Shaun Johnston
5.0 out of 5 stars Excellent for both Novice and Advanced Developers!
Having built Object Oriented solutions for over nine years in C++ and Delphi, PHP had me confused by the nature of its object system. Read more
Published on September 11, 2006 by John J. Suder
2.0 out of 5 stars PHP 5 Ready?
I have been reading alot of books on PHP 5's new object features. I picked up this book hoping it would meet somewhere between "Object-Oriented PHP" by Peter Lavin and "PHP... Read more
Published on June 28, 2006 by Arm Muldoon
4.0 out of 5 stars Good, but not a great resource for php5
I recently bought both volumes and am currently reading them. They both provide very good examples in an easy to read and understand format. Read more
Published on February 20, 2006 by Robert Bradford
5.0 out of 5 stars Great book - great job
There were so many details in this book that I attempted to find on-line, but had no luck. This book is worth ten times its price. Great job! Thanks.
Published on October 20, 2004 by Computer Nut
Search Customer Reviews
Only search this product's reviews




What Other Items Do Customers Buy After Viewing This Item?


Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 



So You'd Like to...


Create a guide


Look for Similar Items by Category