PHP Pocket Reference and over one million other books are available for Amazon Kindle . Learn more

Buy New

or
Sign in to turn on 1-Click ordering.
or
Amazon Prime free trial required. Sign up when you check out. Learn more
Buy Used
Used - Good See details
Price: £3.93

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
Have one to sell? Sell yours here
or
Get a £0.25 Amazon.co.uk Gift Card
PHP Pocket Reference
 
 
Start reading PHP Pocket Reference on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

PHP Pocket Reference [Paperback]

Rasmus Lerdorf
3.2 out of 5 stars  See all reviews (16 customer reviews)
RRP: £7.50
Price: £5.62 & this item Delivered FREE in the UK with Super Saver Delivery. See details and conditions
You Save: £1.88 (25%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In stock.
Dispatched from and sold by Amazon.co.uk. Gift-wrap available.
Only 5 left in stock--order soon (more on the way).
Want guaranteed delivery by Saturday, June 2? Choose Express delivery at checkout. See Details

Formats

Amazon Price New from Used from
Kindle Edition £4.16  
Paperback £5.62  
Trade In this Item for up to £0.25
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in PHP Pocket Reference for an Amazon.co.uk gift card of up to £0.25, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.

Frequently Bought Together

PHP Pocket Reference + JavaScript Pocket Reference (Pocket Reference (O'Reilly)) + HTML & XHTML Pocket Reference (Pocket Reference (O'Reilly))
Price For All Three: £18.89

Some of these items are dispatched sooner than the others. Show details

Buy the selected items together


Product details

  • Paperback: 140 pages
  • Publisher: O'Reilly Media; 2 edition (18 Nov 2002)
  • Language English
  • ISBN-10: 0596004028
  • ISBN-13: 978-0596004026
  • Product Dimensions: 17.3 x 10.7 x 1 cm
  • Average Customer Review: 3.2 out of 5 stars  See all reviews (16 customer reviews)
  • Amazon Bestsellers Rank: 129,350 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Author

Rasmus Lerdorf
Discover books, learn about writers, and more.

Visit Amazon's Rasmus Lerdorf Page

Product Description

Amazon.co.uk Review

PHP is attracting a lot of attention as an open-source alternative to Microsoft's Active Server Page technology. PHP scripts run on the server, so there is no browser compatibility issue. It is most often used with the Apache Web server running on Unix, but there is a Windows version as well.

This slim quick reference is a handy companion for all PHP developers. The author, Rasmus Lerdorf, is the creator of PHP, and PHP Pocket Reference is truly authoritative. It does not assume any prior knowledge and explains basics like how to embed PHP script in HTML, how to use variables, which data types PHP supports, all the PHP operators, and control structures such as if statements and while loops. There are examples of form handling and integration with the MySQL database server, often used with PHP. The book continues with a comprehensive reference to all the PHP functions, organized by function type. Categories include ODBC, Oracle, Date and Time, Graphics, Encryption and XML.

PHP Pocket Reference is best suited to experienced programmers. One annoying feature is the lack of an index, although with only just over 100 pages it isn't too difficult to find what you are looking for.--Tim Anderson --This text refers to an out of print or unavailable edition of this title.

Product Description

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.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Back Cover
Search inside this book:

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

Most Helpful Customer Reviews
18 of 18 people found the following review helpful
By A Customer
Format:Paperback
I think that this is a very good book to have by your side when you are coding. You could save money by downloading the PHP documentation from php.net, that is much more comprehensive, and free. One caveat, don't buy this book and O'Reilly's Webmaster in a nutshell (an excellent book) as the latter includes all of php pocket reference and much much more. I did exactly that and was a bit annoyed.
Comment | 
Was this review helpful to you?
7 of 7 people found the following review helpful
Not the best buy ever 19 April 2003
Format:Paperback
If you are like me, you buy the Pocket Reference books to gain a fast track insight into a particular language or framework. The PHP Pocket Reference does precisely this: the first thirty pages run through all of the core syntax of PHP. These pages alone justify buying the book. The remaining 100 pages of the book take the form of an alphabetical function reference (function signatures together with very brief descriptions). To be honest, this reference is of little to no use. To use it, you either must know the name of the function you wish to look up, or you must make an educated guess at what the function is called. This section of the book would have been infinitely more useful had the author compiled it on a categorical basis in a similar way to the documentation that ships with PHP.
Was this review helpful to you?
4 of 4 people found the following review helpful
Format:Paperback
I bought this book already knowing PHP but needing a quick reference to refer to for all the built-in functions (there's no way I can memorize them all!) so I could quickly look up the correct function to use. For that purpose this book is totally useless. Let us count the ways:

1. the function reference is not categorized (array functions, database functions etc) in any way, it's just a LOOONG list of all the functions in alphabetical order so you need to know the name of the function you're looking for before you even start looking.

2. No index, which could have made (1) slightly less of a problem.

3. Each function in the reference begins with the return type (string, int etc). Handy, but as these return types are all different lengths, and there's no padding to make the function names after them line up, you can't just scan down the page at the function names, you have to first find where the function name starts on the line. Slow slow slow. Would a bit of spacing really have hurt that much?

I get the feeling this book was thrown together in a very short time, with very little care and no thought put into its usability as a reference of any kind.

Stick to the online documentation if you're after the kind of quick reference this book should have been.
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
PHP Pocket Reference
It's just an updated version of the original but it still the PHP book that I leave on my desk.
Published 18 months ago by D. Goadby
It'll do
Pretty poor reference as stated by others, and out of date.
But I wanted a small reference book so was willing to accept its flaws.
Published on 28 April 2010 by Andy G
Worst techbook I bought
The first 34 pages are somewhat useful, where some basics of php are explained briefly.

After that, there is an alphabetical list of functions with 1 line of explanation... Read more
Published on 4 Sep 2008 by G. G. B. Apeldoorn
Could also be used to level your table !
The copy I bought is the 2nd Edition (covering PHP4) in paperback. I'm learning PHP and thought it would be useful, but the Function Reference section starts at page 34... Read more
Published on 20 Feb 2006
A great reference for the beginner
This book pitches you headlong into coding PHP. By the time you've finished the first two chapters, you'll be able to implement any of the thousands of function references that... Read more
Published on 29 Feb 2004 by "robertjohnchurch"
Little bundle of joy
I was fed up with having to dig out my monster PHP book, just to lookup something simple that only took up a paragraph of space to explain. Read more
Published on 25 Jun 2003 by welshtroll
It may be out of date but it is still helpful
As other reviewers have said, this book is quite out fo date. Having said that, most of the commands covered in it are still current it later versions of PHP and therefore this... Read more
Published on 2 Nov 2002 by Alistair Duncan
Out of date and lacking a Index, but otherwise useful
This book was written for a late version of PHP3, so when running PHP4 you get annoyed to find that some functions have been removed! Other than that, its very useful. Read more
Published on 26 Jan 2002 by Alexander Davies
Useful extracts but don't rely solely on it
Nice little reference with some useful code extracts and more importantly written by the creator of the language. Read more
Published on 12 Jun 2001
Bit out of date now
This book was always a very usefyl reference but is now unfortunatly a bit out of date, it was written with PHP 3 in mind and now PHP is at version 4.0. Read more
Published on 8 Feb 2001
Search Customer Reviews
Only search this product's reviews

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback


Amazon.co.uk Privacy Statement Amazon.co.uk Delivery Information Amazon.co.uk Returns & Exchanges