Message from Dean - May 8th 2007
I am currently testing out a new version of the APF Bridge Component - If you notice any errors within this demo store please drop me a line.
Programming PHP
Current Store: UK StoreIn association with Amazon.co.uk
US / World Store | Canadian Store | French Store | German Store
Books : Programming PHP
Prices subject to change.
Dewey Decimal Number: 005.2
EAN: 9780596006815
Edition: 2
ISBN: 0596006810
Label: O'Reilly Media, Inc.
Manufacturer: O'Reilly Media, Inc.
Number Of Items: 1
Number Of Pages: 540
Publication Date: April 28, 2006
Publisher: O'Reilly Media, Inc.
Studio: O'Reilly Media, Inc.
Alternate Versions:
- PHP Cookbook (Cookbooks (O'Reilly))
- Web Database Applications with PHP and MySQL
- JavaScript: The Definitive Guide
- CSS: The Definitive Guide
- Essential PHP Security
- see more
- Books > Subjects > Computing & Internet > General
- Books > Subjects > Computing & Internet > Programming > Languages > PHP
- Dynamic HTML > CSS > Beginning HTML > Beginning Dynamic HTML > Beginning CSS > HTML & XHTML
- Books > Subjects > Computing & Internet > Databases > Database Theory
- Books > Subjects > Computing & Internet > Digital Lifestyle > Online Shopping > Amazon
Editorial Review:
Amazon.co.uk Review:
Coauthored by its creator, Programming PHP is a nitty-gritty guide to PHP development. PHP is an open-source scripting language used to build dynamic Web sites. In this title, the authors go step-by-step through the language, including brief coverage of common applications such as graphics or database work.
The first six chapters explain PHP essentials, including data types, functions, string manipulation, arrays and objects. Next comes a look at basic Web techniques, followed by an introduction to database access. There is a chapter on generating graphics with the GD extension library and another on creating Adobe PDF documents. The authors then show how to parse XML, and there is a section on security with some handy tips for protecting PHP sites. A chapter on application techniques looks at code libraries, performance tuning and handling errors. Next there is an explanation of how to build extensions to PHP using C, followed by a look at Windows issues such as COM and ODBC. Finally, there is a complete reference to the standard functions in PHP 4.0.
This is not an advanced programming book, but even experienced coders will discover new things about the language and get a clearer understanding of how PHP works. The specialist chapters such as those on XML or PHP extensions tend to be introductory, so readers will need further resources. For example, the database section is short, and would be best read alongside Web Database Applications with PHP and MySQL or another book with more detailed database coverage. Even so, this is a strong hands-on title that PHP developers will want to keep close at hand. ----Tim Anderson

Rating:
- The treatment of objects lets this book down.One of the primary reasons I got this book was to get a decent understanding of the use of objects. It fails to deliver on this front. The book assumes you alread know the ins and outs of objects, and fails to adequately explain their role in the language. For instance, it tells you how to create a static method, but doesn't say why you might want to do so, or indeed, how a static method differs from a non-static method! I can make an educated guess at this, but educated guesses are not the way to learn something properly!
Having said that, prior to geting to the object chapter, the rest of the book had been much better. So if you already know your objects or don't intend using that aspect of the language, then you can add at least 1 star to this review.
Rating:
- Too many mistakesI found this book a good introduction to PHP. But, it has a lot of mistakes. I think these have happened when the book was updated to cover PHP 5.
For example, when it describes constructors it says the constructor is a function named __construct(). But then it immediately gives an example where the constructor for class Person is a function called Person(). The former is PHP 5, the latter is PHP 4. Perhaps the update was a rush job.
If you can't already program in C or C++ then this book may not be for you. If you can, then it's OK.
Rating:
- Very GoodWritten in the standard O'Reilly style, this book gives you a comprehensive coverage of PHP without being overly verbose or too dryly technical. Now in its 2nd edition this book covers the most recent version of PHP, version 5.
While I wouldn't want to learn PHP as a first programming language from this book, anybody with a basic knowledge of HTML and an OOP based language (Java, C++ or even JavaScript) will quickly be able to code PHP.
While the book isn't perfect: the aforementioned lack of concrete examples (the cynic in me might think that O'Reilly were saving these for the PHP Cookbook which is due out soon) and the chapter on objects being only 20 pages long, it's still all you would need as both a reference and a learning resource. A strong buy.
Rating:
- An O'Reilly ClassicThis book is similar to every other O'Reilly book in that it is clear, concise and to the point. Never does it waffle on, and never does it go into too much detail and complexity that everyone except the best programmers understands it.
I personally found the explanation of objects and their classes to be better than the other explanations I have read for different languages, and certainly made picking up OOP in PHP a lot easier. Throughout is the obvious knowledge of the authors, something always reassuring in a title like this. The book fits well for beginners and seasoned programmers alike: the basics are explained well, and the technical reasons why things happen are included for good measure.
I was also surprised by the size of this book, as it significantly thinner than the other O'Reilly books (and other computer books for that matter), that I own. Computer books often appear large, daunting and dry. This book is an exception to that rule, and is perfectly good for ... Read More
Rating:
- Easy start in dynamic webpagesPHP is a great language to start creating dynamic websites with - it's easy to learn, but very powerful.
This book will start you out on the right tracks with PHP and help you build up your experience - even once you're experienced, you'll still turn to it for reference.
As usual, it's a solid O'Reilly title, it won't let you down. Being co-written by Rasmus himself (the creator of PHP) it benefits from more than a little extra experience and inside information.
Basically, if you want to create dynamic websites with a lot of power, PHP is the language you want, and this is the book.
Demo Store 