HomeSite Help - The Bookstore

PHP

skip navigation

We're moving!

This whole site is being moved to a shiny new server - as are all my sites, in fact. Apologies for the bumpy road ahead, but at the end of that road things will become fast and smooth.

Once the site at the new server is ready, this message will automatically disappear!

Meanwhile, you can see how the move is progressing at the status page.

 
skip navigation
Get notified when this page changes!
Let Spyonit.com notify you when this page changes!
Introduction
Finding other books
Titles:
 
 

Introduction


PHP is so widely used by now, with many millions of installations (even the W3C are using it) that it's no wonder many books have been written about it. And since it's often used in combination with MySQL you'll find books about that combination, too. Here's my selection for PHP books: I've selected (mostly) for version 4 which is now current almost anywhere (ask your hosting provider!) but it's still only a selection of what's available.

 
cover
Teach Yourself PHP in 24 Hours
(Amazon.co.uk)

by Matt Zandstra
Paperback - 400 pages 2nd edition (December 21, 2001)
Sams
ISBN: 0672323117

Background

If you're looking for a good introduction to PHP, have a look at this book. Intended for those who are new to server-side programming and are making a start with PHP (an excellent choice!) - it doesn't assume the reader already knows a lot. This book should have you programming with PHP in no time.  to menu

 
cover
PHP Fast & Easy Web Development
(Amazon.co.uk)

by Julie C. Meloni
Paperback - 350 pages Bk&Cd-Rom edition (July 2000)
Premier Press, Inc.
ISBN: 076153055X

Another book to get started with PHP, and it covers the combination with MySQL as well. And once you've worked through this one, you may be ready for the PHP 4 Bible.  to menu

 
cover
PHP for the World Wide Web: Visual Quickstart Guide
(Amazon.co.uk)

by Larry Ullman
Paperback - 304 pages 1st edition (March 27, 2001)
Peachpit Press
ISBN: 0201727870

Background

If you like the format of the Visual Quickstart Guides, you'll like this book to learn PHP with. It covers both PHP3 and PHP4. Like all Visual Quickstart Guides, this is aimed at beginners.  to menu

 
cover
PHP: Your Visual Blueprint for Creating Open Source, Server-Side Content
(Amazon.co.uk)

by Paul Whitehead, Joel Desamero
Paperback - 350 pages Bk&Cd-Rom edition (June 2001)
Hungry Minds, Inc
ISBN: 0764535617

 (In my library) With such glowing reader reviews, you can hardly go wrong buying this book. Each page spread displays one technique, with a clearly written introduction, annotated screenhots showing exactly how to create the code and what the result will be, and an "Extra" sidebar outlining additional related techniques. Read sequentially, it's an excellent tutorial, but because of the book's organization with one 'theme' per page spread, it can be used as a quick reference as well. It covers not just the basics, but even advanced subjects like working with objects, files and MySQL databases. The CD-Rom contains all the source code, an e-version of the book, and freeware, shareware and evaluation versions of useful programs for working with PHP. Last but not least, it's inexpensive, too.
Get it!  to menu

 
cover
Core PHP Programming: Using PHP to Build Dynamic Web Sites
(Amazon.co.uk)

by Leon Atkinson
Paperback - 769 pages 2nd Bk&Cd-Rom edition (August 2000)
Prentice Hall PTR
ISBN: 0130893986

Background

This book is both a tutorial and a (very complete) reference. It covers not just the language, but also where to get and how to install PHP (useful if you want to install it locally, or if your host does not provide it but does allow installation of software). For my taste, it repeats the on-line reference too much (and thus the reference suffers from not being hyperlinked but alphabetically organized); but some people like to have have things on paper so they can scribble on it, attach sticky notes, and dog-ear the pages. If you're such a person, this book might be for you.  to menu

 
cover
PHP and MySQL Web Development
(Amazon.co.uk)

by Luke Welling, Laura Thomson
Paperback - 896 pages 1st edition (March 30, 2001)
Sams
ISBN: 0672317842

Background

 (In my library) Another book about the PHP/MySQL combo that doesn't assume too much and will take you quite a long way. But if you've grasped the basics already, this may not be what you are looking for. Then again, this books develops many practical real-world examples, including setting up an e-commerce site, user authentication, session control, etc. If you're looking for a kick start implementing such things yourself, the book may be exactly what you're looking for, even if you're no longer a beginner. The book has arrived now, and I'm absolutely delighted with it: each practical example is introduced with a clear outline of the problem and a nice diagram of the different states the solution should handle. Code modules that were developed earlier are sensibly re-used. It comes with a CD-Rom with everything you need to get started, and all sample code. If you use the combination of PHP and MySQL (or even PHP with another back-end database) this book can't be missed in your library.
Get it!

Bryan Capitano commented:

This is the best book on the market I think. But it depends on your skill level. This book has a section on basic PHP language, another section on setting up MySQL databases, and a third section with practical examples of PHP/MySQL projects, including source code etc.

It covers 90% of everything you'd need to REALLY know. For the other 10%, I like to use the WROX series Professional PHP Programming. It has a nice library of MySQL functions in the glossary which Welling and Thomson would have been really wise to incorporate.

The two of these books make a SLAMMING dynamic duo. You just can't fail with them.  to menu

 
cover
PHP: Pocket Reference
(Amazon.co.uk)

by Rasmus Lerdorf
Paperback - 114 pages 1st edition (May 15, 2000)
O'Reilly & Associates
ISBN: 1565927699

Background

To use the on-line reference for PHP you have to be on-line (obviously); and although the HTML files can be downloaded and installed in the HomeSite Help tree, that won't let you see its structure. (A solution for that is forthcoming, though.) And anyway, sometimes it's quicker to look it up in a book, and this one really does fit in your pocket. Tip: cut off the spine, punch holes in it, and put it in a binder: it will stay open flat, and you can add your own pages with notes!  to menu

 
cover
PHP 4 Bible
(Amazon.co.uk)

by Tim Converse, Joyce Park
Paperback - 689 pages 1st edition (August 17, 2000)
Hungry Minds, Inc
ISBN: 076454716X

Background

Not quite as hefty as some of the other 'Bibles' from this publisher, but its coverage is quite extensive. Not for beginners really, although the books tries to target that audience as well. If you're just getting started, get one of the introductory books first (see above), then move on to this one. The Cookbook forms an indispensible supplement to this book.  to menu

 
cover
Professional PHP Programming
(Amazon.co.uk)

by Jesus Castagnetto, Harish Rawat, Sascha Schumann, Christopher Scollo, Deepak Veliath
Perfect Paperback - 909 pages (December 1999)
Wrox Press Inc
ISBN: 1861002963

Background

A typical Wrox offering ins the 'Professional' series, with not too many authors.The book will take you from installation and configuration of the PHP engine to advanced dynamic application design, covering database and directory manipulation, dynamic graphic manipulation, dynamic graphic integration, and XML along the way. Even though this book is about PHP3, it's worth mentioning here, I think.

Bryan Capitano commented:

This book does a fine job explaining (1) how to use PHP -- as a beginner (2) how to use MySQL -- as a beginner. The language is simple. If you've never come across a for{} loop, it explains it clearly. AND, what I liked about this book and PHP and MySQL Web Development (as a beginner) was that they had plenty of room to grow -- chapters on more advanced topics, practical projects with source code. You certainly don't have to read those chapters first. I like to get books which have a few more miles than "just the basics."  to menu

 
cover
PHP Developer's Cookbook
(Amazon.co.uk)

by Sterling Hughes, Andrei Zmievski
Paperback - 500 pages 2nd edition (December 20, 2001)
Sams
ISBN: 0672323257

Background

 (In my library) For subjects for which there is excellent on-line reference material, I tend to use just that. PHP is one of those subjects, and you can even download the archive of the help files and install it in HomeSite. But a reference is just that - and sometimes (or often) it doesn't give you a clue on how to solve real-world problems. You end up searching on-line for hours. When I stumbled over this book in one of the local bookstores, I immediately grabbed it and looked if there was a solution for a problem I had spent many hours finding a solution for already. And there it was! So I bought the book. What I like about the book is that it has a very practical approach, and largely follows the same outline as the Perl Cookbook (although somewhat less detailed): that helps to find my way around it quickly. It covers both PHP3 and PHP4 (including a useful appendix about migrating to PHP4). Not a beginners book: it assumes a basic level of competence in and understanding of the PHP language. If that applies to you, this book is a real timesaver. NOTE: this 2nd edition will be published in December but you can already order it.
Get it!  to menu

 
cover
Build Your Own Database Driven Website Using PHP & MySQL

by Kevin Yank
Paperback 242 pages 2nd Edition (1st Printed Publication) 20-Aug-2001.
Sitepoint
ISBN: 0957921802

Background

Although you can find the author's excellent tutorial on-line (I scanned through it and immediately learned something!) the book version has been completely revisited and extended. So, in order to keep food and drink in Kevin's fridge and this site running, I'd advise you to buy the book anyway. NOTE: this book is not (yet?) available from Amazon! If you want it, just go ahead and by it from the link given in the Background box.
Get it!  to menu

 
 

Finding other books


You can use these search forms to search Amazon.com's or Amazon.co.uk's catalog for books, software, and more. And mail let me know what you missed so I can add it!

 to menu