PHP Pocket Reference, 2nd Edition

  Author:    Rasmus Lerdorf
  ISBN:    0596004028
  Sales Rank:    243160
  Published:    2002-11-01
  Publisher:    O'Reilly Media, Inc.
  # Pages:    144
  Binding:    Paperback
  Avg. Rating:    3.0 based on 34 reviews
  Used Offers:    20 from $4.88
  Amazon Price:    $9.95
  (Data above last updated:  2008-09-06 06:10:23 EST)
  
  
Sort customer reviews by:
  
Show All Reviews on Page      Hide All Reviews on Page
   
  
PHP Pocket Reference, 2nd Edition
  
Simple, to the point, and compact--in fact, exactly what you've come to expect in an O'Reilly Pocket Reference--the second edition of PHP Pocket Reference is thoroughly updated to include the specifics of PHP 4. Written by the founder of the PHP Project, Rasmus Lerdorf, PHP Pocket Reference is both a handy introduction to PHP syntax and structure, and a quick reference to the vast array of functions provided by PHP. The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily; the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you're doing. This valuable little book provides an authoritative overview of PHP packed into a pocket-sized guide that's easy to take anywhere. It is also the ideal companion for O'Reilly's comprehensive book on PHP, Programming PHP. The PHP Pocket Reference an indispensable (and inexpensive) tool for any serious PHP coder.
PHP is an open-source, HTML-embedded scripting language that allows you to handle tasks such as processing form input and working with databases directly in your HTML pages, rather than through CGI scripts.

The PHP Pocket Reference is both a handy introduction to PHP syntax and structure and a quick reference to the vast array of functions provided by PHP. This small book acts as a perfect tutorial for learning the basics of developing Web applications with PHP.

                  Reader Reviews 1 - 35 of 35                 
  
  
Review
Date
Review
Rating(5 High)
Review
Helpful
to:
Customer Review Reviewer
Info
Permanent
Link
Reader Reviews Below Sorted by Newest First
05-07-07 2 4\4
(Hide Review...)  Out of date & needing improvement
Reviewer Permalink
O'Reilly must sell a ton of these. Why not get a new author willing to do a good job of updating and improving. We all owe Lerdorf a lot for starting PHP in the first place. Having said that, O'Reilly needs to get an author who can update this and make it a useful reference. PHP is now on version 5.2 and this book is on version 4. It is nearly useless. I try to use this book from time to time, but never seem to find the information I need. Ie: Each function in the reference section needs at least two sentences of explanation, not a half sentence.

PHP needs a couple of good current reference books. Where are they?
(Review Data Last Updated: 2008-09-05 07:42:28 EST)
10-14-06 1 1\1
(Hide Review...)  Don't buy this book
Reviewer Permalink
What went wrong? I have many of the O'Reilly pocket references and I bought this one on the assumption it would measure up to the others. It doesn't.

Starts out promising but once it reaches page 34 the remainder is unorganize junk with no examples, no hint of what you would use it for.

Shame on O'Reilly for putting this out under their name; they have done their faithful customers who buy on their name's reputation a disservice.

You need a no stars category for this book!
(Review Data Last Updated: 2007-07-07 07:32:53 EST)
08-06-06 2 1\1
(Hide Review...)  not really worth it
Reviewer Permalink
it seems like a handy thing and all but if you have an internet connection open when you code (presumably, since you're doing web development), the php.net documentation is much more helpful... not sure why anybody would use this. not even sure why i really bought this. i guess it looks good with all of the other little o'reilly guides that i own but it really was a waste of 5 dollars...
(Review Data Last Updated: 2007-07-07 07:32:53 EST)
07-16-05 4 (NA)
(Hide Review...)  Short Review of "PHP Pocket Reference", 2nd Edition
Reviewer Permalink
This is a very good small concise reference to PHP 4. Most of the book consists of a summary of the basics of the PHP language plus a function reference to about 1400 PHP functions. If you are in need of a handy reference to PHP 4, this pocket reference would be an excellent companion for "Programming PHP" (which is a fuller reference to PHP and is also published by O'Reilly).

I would not get this pocket reference unless you are already somewhat familiar with PHP and already own "Programming PHP" (or rough equivalent). This book, though well written, is not designed as an introduction to PHP. Oh, and you need to be OK with it not covering PHP 5.

If you want more detail, you could take a look at my somewhat longer review on the Oakland Perl Mongers site.

George Woolley of Oakland.pm and Camelot.pm
(Review Data Last Updated: 2007-07-07 07:32:53 EST)
07-07-04 1 3\4
(Hide Review...)  What a disappointment
Reviewer Permalink
Don't buy this book; you won't use it. The function explanations are rarely more than a sentence, and worst of all they are many times self-referential.

"string urlencode(string str) - URL-ecodes a string." The function name makes that clear, but what does that mean, if you don't already know? Doesn't that defeat the purpose of referring to a book for clarification?

"array pathinfo(string path) - Returns information about a certain string." Does that description clarify anything beyond the function name?

They should have trimmed out more functions and included more information about the most important ones. Sadly, this is also the book used in Dreamweaver MX 2004 for online help, which is frustrating.

(Review Data Last Updated: 2007-07-07 07:32:53 EST)
03-30-04 2 3\4
(Hide Review...)  Only useful if you don't have internet access
Reviewer Permalink
Everythig in this book can be found at PHP.net
(Review Data Last Updated: 2007-06-27 20:32:16 EST)
03-29-04 2 3\4
(Hide Review...)  Only useful if you don't have internet access
Reviewer Permalink
Everythig in this book can be found at PHP.net
(Review Data Last Updated: 2007-03-05 00:26:45 EST)
01-17-04 1 7\7
(Hide Review...)  Worthless
Reviewer Permalink
The book needs an index...

also, the function list.. (very lengthy) is very poorly organized and layed out..
each line starts with the output type of the function.. (int,string,bool) etc.

consequently scanning the index for the function you're looking for is extreemely difficult.

You cant even easily find where you are in the alphabetized list without sifting through a buncha lines starting with 'string','int','bool'

it's a worthless pocket reference.

(Review Data Last Updated: 2007-03-05 00:26:45 EST)
05-20-03 1 5\5
(Hide Review...)  A great disappointment
Reviewer Permalink
I have been a fan of O-Reilly Pocket References for some time. My colleagues would say that I am highly vested in them. Sadly, this is the worst one I've seen.

The first section is actually laid out very well. The syntax highlighting and language basics are described with succinctness and efficiency.

As for the second section, the function reference, it is basically worthless. Taking up a bulk of the text, this 97 page listing is nearly pointless, as so many have said before me. The listing is completely alphabetical, which means you have to know what you are looking for before you look for it. Assuming you know what to look for, then you most likely have some idea what the syntax is, making this, sadly, a waste of effort (although, I can't deny that a syntax reference can be useful, if organized properly).

I'd have two suggestions for the next edition. The function reference would be decent if it were categorized. Since this would prevent alphabetical ordering of entries, my second recommendation is an index, which many reviewers have requested before.

With this said, don't bother with this product (2nd edition), unless you *KNOW* PHP.

(Review Data Last Updated: 2006-07-07 11:57:54 EST)
12-04-02 3 4\4
(Hide Review...)  MUCH less helpful than the 1st Edition !!
Reviewer Permalink
.

My 1st Edition copy of this book is so well-loved that there is a dirt stripe down the edge of the pages from my flipping through it so often. I bought the 2nd Edition thinking it would be just as good as the first, with the new PHP-4 functions added.

The 2nd Edition is just an alphabetical list of functions, while the 1st Edition was categorized by usage-type (string functions, database functions, math functions, etc.). If I needed to find a function that did {foo} to a string, I'd look in the strings section until I found a description for an appropriate function. I can't do this with the 2nd Edition and am seriously considering returning it!

If you just need a reference to remind you of parameter order and return-type, get the 2nd Edition.

But if you're like me and want to find the correct function to do what you are looking to accomplish, save your money and buy a used copy of the 1st Edition PHP Pocket Reference.

(Review Data Last Updated: 2006-07-07 11:57:54 EST)
09-11-02 3 2\3
(Hide Review...)  A decent fly swatter or pocket strecher!!
Reviewer Permalink
The binding of this book really is thin and tight enough to easily swat a fly--for those of you who have already bought this book, give it a try!

But really, the content of this book is hardly what one would call a reference; it's no more than a categorized list of functions with extremely short descriptions of each one. If you've ever seen or read O'Reilly's Java in a nutshell book, then you know what a reference should be like; this is not like it. I probably looked at this book a couple times only, realizing both times it could not help me.

You really can't use this book to learn PHP, and it's reference is not descriptive enough, so it's a lose-lose situation. At first I was disappointed when I ordered it online thinking I wasting away... perfectly good [money], especially since I can find all and more I need of reference at PHP.net, but then I realized this book is perfect for your bookshelf when you need a really thin book to fit in between other books to preven them from wobbling or swaying, giving a perfect snug fit. Don't buy it if you don't need it. But buy it if you don't care about wasting [money].

(Review Data Last Updated: 2006-07-07 11:57:54 EST)
01-22-02 2 3\3
(Hide Review...)  Order
Reviewer Permalink
My biggest complaint with this book is that functions are listed in categories instead of alphabetical. The one thing I love about the Programming Perl book is I can flip right to the page I want and see the syntax, examples, etc. of a function. With this book here I am spending 5 minutes trying to find the entry for the function. By that time I could have gone to php.net and found the info there.
(Review Data Last Updated: 2006-07-07 11:57:54 EST)
10-14-01 3 1\1
(Hide Review...)  Not for Learning Basics
Reviewer Permalink
Aside from the fact that this book is now outdated I must disagree with the Editorial Review that says "This small book acts as a perfect tutorial for learning the basics of developing Web applications with PHP."

For someone who has never used PHP before (unless perhaps they are an experienced programmer) this would not be a good starting point. It is strictly a reference for those who already have some knowledge and experience with PHP and for that it is very good.

Anyone who has O'Reilly's "Webmaster in a Nutshell", 2nd Edition does not need this book as it is the same as Nutshell's section on PHP.

(Review Data Last Updated: 2006-07-07 11:57:54 EST)
09-06-01 5 (NA)
(Hide Review...)  A great book for programmers.
Reviewer Permalink
If you can code you already know PHP, you just need to be "reminded" of all the built in functions and a few little details. This book does just that, cheaply.

Some CGI background is helpfull if you have never done any web programming, but any intelligent programmer should be coding PHP in half an hour with this book.

(Review Data Last Updated: 2006-07-07 11:57:54 EST)
05-21-01 3 5\7
(Hide Review...)  Not a good format for a scripting tool reference.
Reviewer Permalink
I disagree with the reviewer who said this book is lacking an index. This book *is* an index, and not a terribly helpful one.

A Nutshell-type book makes more sense for a robust scripting tool. PHP is not a trivial or admin-oriented language; if you want to sell *any* reader on its virtues, you have to show what the language can do.

As a co-author of the The Java 2 Certification Study Guide, I can tell you exactly what readers think of a list of calls in print -- we used to have 200+ pages of that in the back of our book. Anyone who had anything to say about it called it filler, and they were right.

Make a PHP Nutshell book, and get someone like Flanagan to write it. Believe me, we'll buy it. Admittedly,I wasn't expecting a whole lot more than I got for the price of this book. But when an info-holic has a book he won't crack twice on a long plane ride, something's wrong with the book. :-)

(Review Data Last Updated: 2006-06-25 09:28:50 EST)
04-07-01 1 2\3
(Hide Review...)  Don't Bother!
Reviewer Permalink
If you want to learn PHP, there are other books on Amazon that actually teach it. If you want a good reference, php.net is the best place to go because it's up to date and each function reference includes user/developer comments. PHP changes so often that this book was probably outdated as soon as it was published. On top of that, it's really just a list, with no index. Although I'm a big fan of these O'Reilly pocket books, this one was a waste of my money.
(Review Data Last Updated: 2006-06-25 09:28:50 EST)
03-20-01 2 2\2
(Hide Review...)  Outdated
Reviewer Permalink
Don't buy this unless you need filler for your bookshelf or for some reason can't access an online version of the manual at php.net or a mirror. With the introduction of PHP4 especially, the online manual is far superior to this book since the book is an exact copy of the PHP3 manual.
(Review Data Last Updated: 2006-06-25 09:28:50 EST)
01-11-01 3 1\3
(Hide Review...)  No index! Argh!
Reviewer Permalink
It's been said by prior reviewers, but just in case you missed it: This book has no index.

ORA should put out PHP In A Nutshell, rather than just PHP Pocket Reference.

(Review Data Last Updated: 2006-06-25 09:28:50 EST)
11-24-00 4 4\4
(Hide Review...)  Good *reference*.. not a learning book.
Reviewer Permalink
PHP pocket reference is just that, a language reference. It lists all the functions with a short reminder of its purpose. It is an indispensable tool for any serious PHP coder, and an inexpensive one at that. It must not be mistaken for a comprehensive index of all commands and objects as that is not its intended purpose. For details, check php.net for the full annotated manual. When you just need to look up command syntax or port that antique DBase code to SQL Server 7, you'll save loads of time with this handy accessory.
(Review Data Last Updated: 2006-06-25 09:28:50 EST)
10-27-00 1 6\7
(Hide Review...)  Horrible Don't Buy
Reviewer Permalink
No index, and the functions are in a type face that makes it impossible to quickly scan the book. What it explains is not detailed enough to do you much good.

Just say no to this book.

(Review Data Last Updated: 2006-06-25 09:28:50 EST)
10-12-00 3 2\3
(Hide Review...)  Maybe?
Reviewer Permalink
This book would be great, if it had an index. The book does have a TOC, but it doesn't help find specific commands or functions. This book is only good for a reference on PHP. They do explain a couple of things, but not enough to use this book specifically as a learning tool. If you are looking to learn PHP buy "PHP Fast and Easy Web Development. I bought it and it is a great book for someone that wants to learn all of PHP.
(Review Data Last Updated: 2006-06-25 09:28:50 EST)
09-14-00 2 5\6
(Hide Review...)  List of functions, but wheres the beef?
Reviewer Permalink
Like many others are saying about this book it has two major flaws, the first is that it lacks an index, while it does have a table of contents, if you need to look up a specific command you can't. The second, and more important, problem is that this book doesn't describe the functions in a usable fashion. In fact the printing of the function is sometimes longer than the description itself, they rarely go beyond 5 words. While some functions do not need a lengthy explanation, others do. This book isn't all bad, earlier on it does explain (in full sentences/paragraphs, wow!) about form handling, database integration, variables, bolean, and the basics like while/do and if/then. Like every other O'Reilly pocket reference, these mini books are only good as a reference, not as a sole learning tool so if you purchase this book, I sure hope you bought a full sized PHP book.
(Review Data Last Updated: 2006-06-25 09:28:50 EST)
08-13-00 1 1\1
(Hide Review...)  Almost useless
Reviewer Permalink
This book will fit in your pocket. That's about the best thing that can be said for it. It lacks an index, and the long lists of functions are listed without any meaningful description, nor are the parameters to these functions described in any detail. To make matters worse, the layout and typography makes it hard to find what little information there is. Save your money and buy a more complete reference and hope somebody comes out with a PHP quick reference that's actually useful.
(Review Data Last Updated: 2006-06-25 09:28:50 EST)
06-28-00 1 3\3
(Hide Review...)  Not even helpful as a reference
Reviewer Permalink
The book is simply a listing of commands, organised by the same categories as the on-line manual, but missing an index and also missing the explanations and exmaples of the on-line manual. So unless you know in which category to find a command, you might spend ages to find its reference. Even if you do find the reference, the information is so brief that it is useless. If you've used the command a few times before, you'll know already (even if you have a lousy memory) the things described. If you haven't used it before, what you find is not enough to know how to use it. Rasmus, I thank you for inventing PHP, but I consider this book [not worth the money].
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
06-21-00 3 2\3
(Hide Review...)  Reference from the creator of PHP
Reviewer Permalink
This pocket reference is written by the creator of PHP, which is special for this O'Reilly series. It covers PHP 3 (not 4). On some 30 pages it introduces one into the PHP3 language and afterwards up to page 114 it lists the PHP3 functions. Thats good so far. But there is no index or bibliography. It's probably the smalest set of statements, so that one may be able to use PHP.
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
05-22-00 3 13\13
(Hide Review...)  A good reference, no more no less.
Reviewer Permalink
Honestly if you are looking into buying this book take a look at O'Reilly's "Webmaster in a nutshell" before you buy this. The information in here is pretty much a repeat of everything in there, only the Webmaster book contains a lot more valuable and exstensive knowlege base in regards to not just PHP. If you just want a simple, small reference with information that is readily available for free on the web then you may find this useful, otherwise don't bother. I have to give it some credit because the book dosen't claim to be any more than it is and it is pretty inexpensive.
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
05-19-00 2 8\9
(Hide Review...)  You'll spend hours with this book
Reviewer Permalink
You'll spend hours trying to find references because of how poorly it has been organized. No index; no rhyme or reason to the subject order; essentially a useless book.

In adition there are but brief descriptions of each function -- what one could usually surmize from the general naming convention.

Because of it's size, however, I would re-purchase a second edition, if the publisher would only add an index.

(Review Data Last Updated: 2006-06-25 09:28:51 EST)
05-18-00 2 7\7
(Hide Review...)  Pretty lame
Reviewer Permalink
Well, for starters: there's no index. How did that slip through the cracks? Since the functions are grouped by type, you need to know what the function is before you can look up what it is, or just flip through 114 pages scanning for it, which leads to problem number 2: the typography is such that the function names blend right into the text.

The function reference identifies what is returned by the functions by data type (e.g., integer), but not whether it's a pointer to an array or just a number, or what. The Leon Atkinson book, otherwise even lamer than this book, at least got that part right.

Advice to O'Reilly: give up on the pretense of always having the "preeminent expert" write your books. Get professional technical writers, partner them with the big name "creators" of the technology, and the quality and timeliness of the books will improve. Thank god Larry Wall didn't write the Perl book. O'Reilly doesn't have the field all to itself anymore, so they shouldn't be resting on their laurels.

(Review Data Last Updated: 2006-06-25 09:28:51 EST)
05-07-00 2 5\7
(Hide Review...)  He may have written PHP, but...
Reviewer Permalink
...if this is the best technical writing he can do, I understand why people complain of a lack of PHP documentation. This book is 90-some percent a list of PHP functions and their input and output types. However, it fails to give indication of what any function does, what the input means to the function, or what the output means to you. The rest of the book is a very basic PHP overview which states about twice a page that if you want any real information you need to visit the Web site. I can still see a use for this book, despite its utter lack of information: if you already use PHP and you know programming in general and you have a good idea of what kind of function you need but have no idea what it's named in PHP and don't want to spend hours on end trudging through the online manual, you can use the book to flip through function names 'til you find one that looks like it may be what you want, then search for that function online and see if it is.
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
04-18-00 5 1\4
(Hide Review...)  Very good book!
Reviewer Permalink
I can really recommend this book if you know PHP and need a fast and simple way to look up a function or something else.. Easy to find very thing in the book and i would like to see the next version of this book for PHP 4 when that will be released!
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
04-03-00 4 3\3
(Hide Review...)  Needs a bit more...
Reviewer Permalink
Good quick reference, but could use a little more. It'd be nice if they had a quick example of each function and it'd be nice if they had a quick section on classes, but other than that its a useful and inexpensive book. And it is small enough to fit in your pocket. (Still, I'd probably rather have a reference card and you could fit almost as much info on one.)
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
03-22-00 3 5\5
(Hide Review...)  Good reference for experienced programmer
Reviewer Permalink
This book is really nothing but the online PHP manual in book form without the code snippet examples for each function. You would get more info by just printing out the online manual, but if you use an inkjet printer that might be more expensive than the book!
(Review Data Last Updated: 2006-06-25 09:28:51 EST)
03-12-00 2 42\44
(Hide Review...)  Disappointing
Reviewer Permalink
The most serious problem with this book is that there's no index. If you want to remind yourself of what arguments a particular function needs, you have to work out which category the function falls in and hunt through the appropriate chapter.

It's useful as a reference if you can't get at the online PHP manual, but I've found that I rarely use it now. Maybe it's simply that the annotated online manual is so good, the book is redundant.

Having said that, some of the example code provided is extremely useful, though the code layout suffers from the small size of the pages.

(Review Data Last Updated: 2006-06-25 09:28:51 EST)
02-19-00 5 9\11
(Hide Review...)  A truly complete pocket reference
Reviewer Permalink
A really complete pocket tutorial. A good way to quickly lookup syntax, functions and the operation of PHP itself. The book starts with an introduction/reminder to PHP and actually very useable examples that you can put to use right away. An excellent book by Rasmus Lerdorf, one of the key developers of PHP.
(Review Data Last Updated: 2006-06-25 09:28:52 EST)
02-19-00 5 15\17
(Hide Review...)  Another ORA Ref
Reviewer Permalink
Just like many of the other ORA Reference books this one doesnt fail to deliver. No PHP developer should be without it, it's an excellent quick reference, very well set out. You'll soon be using the best PHP commands and functions for the job. Be sure to learn a little PHP before buying this book however, otherwise it will go to waste until you're at least a little comfortable with the language !

It's cheap too ! Go get it !

(Review Data Last Updated: 2006-06-25 09:28:52 EST)
  
                  Reader Reviews 1 - 35 of 35                 
  
  
  
  
  
  

Because the data used to generate this site come from outside sources, VeryWellSaid.com cannot guarantee the completeness or accuracy of the data.
Search VeryWellSaid™
Google
Web VeryWellSaid™
New subjects are added every week.
View Subjects Below by:
* Top Selling
 (click category name, left)
* Top-Rated Top Sellers
 (click 'Top Rated', right)
In the news...  
Dubai\UAE Top Rated
Influenza\Bird Flu Top Rated
Iraq Top Rated
Supreme Court Top Rated
All Books Top Rated
Arts Top Rated
Photography Top Rated
Digital Photography Top Rated
Digital Cameras Top Rated
Biography Top Rated
Business Top Rated
Management Top Rated
Marketing Top Rated
Sales Top Rated
Stocks Top Rated
Bonds Top Rated
Real Estate Top Rated
Trading Top Rated
Commodities Trading Top Rated
Time Management Top Rated
Starting A Business Top Rated
Children's Top Rated
Comics Top Rated
Computers Top Rated
PC Top Rated
Mac Top Rated
Programming Top Rated
Design Patterns Top Rated
.Net Top Rated
C# Top Rated
Vb.Net Top Rated
Asp.Net Top Rated
Java Top Rated
Python Top Rated
PHP Top Rated
Perl Top Rated
Javascript Top Rated
Ajax Top Rated
CSS Top Rated
Open Source Top Rated
SQL Top Rated
Databases Top Rated
Oracle Top Rated
MySql Top Rated
Sql Server Top Rated
IIS Top Rated
Apache Top Rated
Linux Top Rated
Windows Server Top Rated
Project Management Top Rated
HTML Top Rated
UML Top Rated
IT Certifications Top Rated
Cisco Certifications Top Rated
MCSE Top Rated
MCSD Top Rated
Cooking Top Rated
Italian Cooking Top Rated
Vegetarian Cooking Top Rated
Wine Top Rated
Engineering Top Rated
Entertainment Top Rated
Health Top Rated
Nutrition Top Rated
Dieting Top Rated
Sex Top Rated
History Top Rated
Military History Top Rated
British History Top Rated
Middle East History Top Rated
Land Battles Top Rated
Naval Warfare Top Rated
Air Warfare Top Rated
9/11 Top Rated
Terrorism Top Rated
Home Top Rated
Mortgage\Home Equity Loan Top Rated
Cars Top Rated
Car Buying Top Rated
Sports Cars Top Rated
Cat Top Rated
Humor Top Rated
Horror Top Rated
Law Top Rated
IP Law Top Rated
Legal History Top Rated
Fiction Top Rated
Oprah's Book Club Top Rated
Medicine Top Rated
Cancer Top Rated
Stroke Top Rated
Heart Disease Top Rated
Fertility Top Rated
Diabetes Top Rated
Pharmacology Top Rated
Back Problems Top Rated
Menopause Top Rated
Thyroid Top Rated
Pain Top Rated
Organic Chemistry Top Rated
Immune System Top Rated
Mystery Top Rated
Nonfiction Top Rated
Outdoors Top Rated
Running Top Rated
Radio Control Models Top Rated
Guns Top Rated
Parenting Top Rated
Divorce Top Rated
Professional Top Rated
Reference Top Rated
Religion Top Rated
Romance Top Rated
Science Top Rated
Physics Top Rated
Chemistry Top Rated
Astronomy Top Rated
Psychology Top Rated
Science Fiction Top Rated
Sports Top Rated
Teens Top Rated
Travel Top Rated
USA Top Rated
Europe Top Rated
France Top Rated
Italy Top Rated
England Top Rated
China Top Rated
All Books Arts Biography Click Here For An A-Z Index Of All 213 Best-Seller Subjects Business Children's Comics
Computers Cooking Engineering Entertainment Health History Home Horror Humor Law Fiction Medicine Mystery
Nonfiction Outdoors Parenting Professional Reference Religion Romance Science Sci-Fi Sports Teens Travel
In Association with Amazon.com

Cache miss
(not cached)