Buy 2, Get the 3rd FREE. Use discount code OPC10 - All orders over $29.95 qualify for FREE SHIPPING within the US

PHP Development and Resources

MongoDB and PHP MongoDB and PHP
by Steve Francia
PHP & MySQL: The Missing Manual PHP & MySQL: The Missing Manual
by Brett McLaughlin
PHP Master PHP Master (SitePoint)
by Davey Shafik, Lorna Mitchell, Matthew Turland
Integrating PHP with Windows® Integrating PHP with Windows®
by Arno Hollosi
Head First jQuery Head First jQuery
by Ryan Benedetti, Ronan Cranley
Integrating PHP Projects with Jenkins Integrating PHP Projects with Jenkins
by Sebastian Bergmann
Real-World Solutions for Developing High-Quality PHP Frameworks and Applications Real-World Solutions for Developing High-Quality PHP Frameworks and Applications
Professional JavaScript for Web Developers Professional JavaScript for Web Developers
Second Edition
Beginning PHP 5.3 Beginning PHP 5.3
Professional WordPress Professional WordPress
Observing and Optimizing your Application with DTrace Observing and Optimizing your Application with DTrace
by Angelo Rajadurai
PHP: The Good Parts PHP: The Good Parts
by Peter MacIntyre
Expert PHP and MySQL Expert PHP and MySQL
Professional PHP Design Patterns Professional PHP Design Patterns
Learning PHP, MySQL, and JavaScript Learning PHP, MySQL, and JavaScript
by Robin Nixon
Build Your Own Database Driven Web Site Using PHP & MySQL Build Your Own Database Driven Web Site Using PHP & MySQL (SitePoint)
by Kevin Yank
Fourth Edition
Regular Expressions Cookbook Regular Expressions Cookbook
by Jan Goyvaerts, Steven Levithan
Head First PHP & MySQL Head First PHP & MySQL
by Lynn Beighley, Michael Morrison
Professional CodeIgniter Professional CodeIgniter
PHP and MySQL PHP and MySQL
Wicked Cool PHP Wicked Cool PHP (No Starch)
by William Steinmetz, Brian Ward
Professional Joomla! Professional Joomla!
The PHP Anthology The PHP Anthology (SitePoint)
by Ben Balbo, Harry Fuecks, Davey Shafik, Ligaya Turmelle, Matthew Weler O'Phinney
Second Edition
Regular Expression Pocket Reference Regular Expression Pocket Reference
by Tony Stubblebine
Second Edition
PHP and Smarty on Large-Scale Web Development PHP and Smarty on Large-Scale Web Development
by Bruno Pedro, Vitor Rodrigues
Ajax with PHP 5 Ajax with PHP 5
by Andrew Curioso
Learning MySQL Learning MySQL
by Seyed M.M. "Saied" Tahaghoghi, Hugh E. Williams
PHP Cookbook PHP Cookbook
by Adam Trachtenberg, David Sklar
Second Edition
Object-Oriented PHP Object-Oriented PHP (No Starch)
by Peter Lavin
Building Tag Clouds in Perl and PHP Building Tag Clouds in Perl and PHP
by Jim Bumgardner
Programming PHP Programming PHP
by Kevin Tatroe, Rasmus Lerdorf, Peter MacIntyre
Second Edition
MySQL Stored Procedure Programming MySQL Stored Procedure Programming
by Guy Harrison, Steven Feuerstein
PHP Hacks PHP Hacks
by Jack Herrington
Essential PHP Security Essential PHP Security
by Chris Shiflett
PHP in a Nutshell PHP in a Nutshell
by Paul Hudson
PHPUnit Pocket Guide PHPUnit Pocket Guide
by Sebastian Bergmann
No Nonsense XML Web Development With PHP No Nonsense XML Web Development With PHP (SitePoint)
by Thomas Myer
Beginning PHP5 Beginning PHP5
PHP Anthology PHP Anthology (SitePoint)
by Harry Fuecks
PHP Anthology PHP Anthology (SitePoint)
by Harry Fuecks
Build Your Own Database Driven Website Using PHP and MySQL Build Your Own Database Driven Website Using PHP and MySQL (SitePoint)
by Kevin Yank
Third Edition
Dreamweaver MX: PHP Web Development Dreamweaver MX: PHP Web Development
Upgrading to PHP 5 Upgrading to PHP 5
by Adam Trachtenberg
Learning PHP 5 Learning PHP 5
by David Sklar
Web Database Applications with PHP and MySQL Web Database Applications with PHP and MySQL
by Hugh E. Williams, David Lane
Second Edition
PHP Security Collection PHP Security Collection
by John Coggeshall, Clancy Malcolm
Flash Remoting: The Definitive Guide Flash Remoting: The Definitive Guide
by Tom Muck
With
Apache: The Definitive Guide Apache: The Definitive Guide
by Ben Laurie, Peter Laurie
Third Edition
Webmaster in a Nutshell Webmaster in a Nutshell
by Stephen Spainhour, Robert Eckstein
Third Edition
PHP Pocket Reference PHP Pocket Reference
by Rasmus Lerdorf
Second Edition
Managing & Using MySQL Managing & Using MySQL
by George Reese, Randy Jay Yarger, Tim King
With
Second Edition

PHP Online Courses

Certificate Series PHP/SQL Programming Certificate is comprised of four courses covering beginning to advanced PHP programming, beginning to advanced database programming using the SQL language, database theory, and integrated Web 2.0 programming using PHP and SQL on the Unix/Linux MySQL platform. Enroll now.

More from the O'Reilly School of Technology

PHP Experts

Steve Francia Steve Francia is the Chief Solutions Architect at 10gen where leads the public side of the engineering organization.

John Mertic John Mertic is a software engineer at SugarCRM. He graduated with a bachelor's degree in computer science from Kent State University, has several years of experience with PHP web applications. An avid writer, he has been published in php|architect, IBM Developerworks, and in the Apple Developer Connector. He has also contributed to…

Alan Palazzolo Alan Palazzolo is a Code for America fellow, and has been a big contributor to mapping modules, most notably OpenLayers.

Bill Lubanovic Bill Lubanovic started developing software with UNIX in the 70s, GUIs in the 80s, and the Web in the 90s. He now does web visualization work for a wind energy company.

More PHP Experts

PHP News & Answers

http://localhost/home error

By ExtinguisherFred
January 26, 2012

From the book PHP, MYSQL,Javascrip. When trying to follow instruction with EASYPHP mysql I keep getting error message website cannot be found. Nor, in command promt will mysql work any help would be appreciated

PHP, MySQL & JavaScript ; getting error 2002 in mysql following book to thwe dot

By @ndros
January 1, 2012

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' here the weird part: I got xampp as the book recommended and it say all servers are go! when i tried to type the line in 'mysql -u root -p', the machine told me to get the right packages. so i did sudo apt-get blah blah blah got the same result so i checked the director...

PHP 5.4 With Built-In Development Server - Now Run PHP Without Apache

By thetecnica
December 29, 2011

A Good news for the PHP Developers, In PHP 5.4 developers will no longer require to go through all the hurdles in setting up an web server in order to develop and test their PHP codes. PHP 5.4 will have a built in web development server which can be started right inside the same folder where you are developing your project codes. Till now as of PHP 5.3 developers had to set up a web-server envi...

Redirect mobile devices via HTML5-4

By nuribruner
November 29, 2011

Hey guys, I'm working on a new webpage and would like to keep it as css/jjavascript/HTNL as possibly, keeping away from say PHP. Now I'll come to my question, how can I redirect mobile devices to another path on my website? Does anyone have any code snipets for the noob Thanks, nuribruner

Looking for book that deals with a log in procedure.

By ralphvarney
October 25, 2011

O,Reilly seems to have books that cover every aspect of web design.. But ,does any one know if there are any OReilly book(s) that include a web site log in procedure using PHP and a data base in mySQL.? Something used on almost every website yet there seems to be a dearth of instructions on a basic log in procedure. I have a family website, it is members only using a simple form that checks aga...

Only half of the code in Chapter two of HF PHP and MySQL works

By Baal
August 22, 2011

I have a website on Bluehost.com and selected Standard PHP. The code I downloaded from HeadFirstLabs.com for Report.php only runs the last PHP code. Here is the output and the code. What am I doing wrong? Thanks Jim The output in my browser: Aliens Abducted Me - Report an Abduction Thanks for submitting the form. You were abducted and were gone for Number of aliens: Describe them: The ali...

More NewsMore Answers