Tutorials
General
- A Brief Introduction to PHP.: Hypertext Preprocessor – Phil Davis.
- A Tour of Decision Making Structures in PHP – Timothy Boronczyk.
- Absolute Beginners – Zend.
- Basic Primer on PHP Syntax – Gareth Downes-Powell, Tim Green, Allan Kent, Bruno Mairlot, George McLachlan and Dan Radigan.
- Beginning PHP: One Goal at a Time – Ali Al-Athary.
- Beginning PHP4 – This manuscript is an abridged version of Chapter 16 from the Wrox Press book Beginning PHP4.
- Develop rock-solid code in PHP: Part one – Amol Hatwar.
- Develop rock-solid code in PHP: Part two – Amol Hatwar.
- Develop rock-solid code in PHP: Part three- Amol Hatwar.
- Easy-peasy PHP – Jim Amos.
- Easy-peasy PHP 2 – Jim Amos and Mike Papageorge.
- Introduction to PHP – Adam Trachtenberg and David Sklar.
- Killer PHP – For Web Designers – Stefan Mischook.
- Learning PHP – Part 1 – Thomas Pletcher.
- Practical PHP Programming Wiki (formerly PHP in a Nutshell) – Paul Hudson.
- PHP For Newbies – Part 1: The Basics – Justin Kozuch.
- PHP for the Novice Programmer – Albert Dieter Ritzhaupt.
- PHP from the Ground Up – Tim Ziegler.
- PHP Roadmap – James Murphy.
- PHP Tutorial – tizag.com.
- PHP Tutorial: Introduction – Vince Barnes.
- Programmer’s Introduction to PHP 4.0 (Online Book) – W. Jason Gilmore.
- The PHP Anthology Volume 1, Chapter 1 – PHP Basics – Harry Fuecks.
- The Hitchhiker’s Guide to PHP – Oracle series.
- Using the Manual at PHP.net – Jeffery Vaska.
- Welcome to PHP – Aaron Weiss.
AJAX and PHP
- AJAX and PHP – David Mytton.
- Developing PHP the Ajax Way, Part 1: Getting Started – Sean Kelly.
- How To Create an RSS Aggregator with PHP and AJAX – Kris Hadlock.
- Track Browser Resizing in Your Database Using AJAX – part 1 – Tom Muck.
- Using AJAX with PHP and mySQL – Bill Bercik.
- XMLHttpRequest and AJAX for PHP Programmers, Part 1 – James Kassemi.
- XMLHttpRequest and AJAX for PHP Programmers, Part 2 – James Kassemi.
Arrays
- 17 Useful Functions for Manipulating Arrays in PHP – builder.com.
- Arrays, HTML, and PHP – Tim Perdue.
- Arrays in PHP – codewalkers.
- Back to Basics: PHP and Arrays – Dennis Pallett.
- PHP 101 (part 4): The Food Factor (Arrays, PHP array functions, and what it all means) – Vikram Vaswani.
- Sort Array Keys – webdevtips.
Classes
- Abstract Classes in PHP – Working with PHP 5 – Alejandro Gervasio.
- Classes and PHP – Rod Kreisler.
- Classes as PHP Functions – Jacques Noah.
- Determine Class Type with These 10 PHP Variable Testing Functions – Melonfire.
- PHP 5 Class Basics, Part 1 – Dennis Pallett.
- Tutorial – Writing Classes in PHP – Brian Haase.
CSS and PHP
- Better Web Usability Through a Text-Size Switcher Built with PHP and CSS – Mellonfire.
- Build A Simple Style Switcher in CSS – Laurence Veale.
- Build Your Own PHP Style Sheet Switcher – Roger Johansson.
- Compressing your CSS with PHP – Mike Papageorge.
- CSS Colors: Take Control Using PHP – Patrick Fitzgerald.
- CSS-PHP Variable – Tedd Sperling.
- CSS Style Sheet Switcher using PHP (Javascript free) – Paul Whitrow.
- Dynamic CSS with PHP – Timothy Boronczyk.
- Generating Dynamic CSS with PHP – Doug Clifton.
- Introducing UDASSS (Unobtrusive Degradable Ajax Style Sheet Switcher) – Dustin Diaz.
- Menus to Highlight but not Link to the Current Page
- Contextual Menus Using PHP and CSS – Sally.
- Keeping Navigation Current With PHP – Jason Pearce.
- User-Friendly Contextual Navigation With Simple PHP Includes – Shirley Kaiser.
- Time Sensitive CSS – Nathan Smith.
- User-Friendly Form Validation with PHP and CSS – Jeff Cogswell.
Database Related Tutorials
- ADOdb Library for PHP.
- Beginning Database Design, Part I – Joel D Canfield.
- Binary Data + MySQL + PHP – Florian Dittmer.
- Building Next/Prev Buttons for Query Results – Rod Kreisler.
- Build Your Own Database Driven Website Using PHP & MySQL – SitePoint.
- Core Web Application Development with PHP and MySQL, Part 1 – Marc Wandschneider.
- Core Web Application Development with PHP and MySQL, Part 2 – Marc Wandschneider.
- Create dynamic sites with PHP & MySQL – Md. Ashraful Anam.
- Creating an MySQL Wrapper Class – Introduction – Haiden.
- Creating Database-driven Websites with PHP and MySQL – Jochen Rode and his co-workers.
- Database Abstraction – Allan Kent.
- Database Abstraction in PHP – Ian Gilfillan.
- Database-Independent API for PHP – Sterling Hughes.
- Designing a Database-driven PHP App? Don’t Forget the Data!!
- Five Common PHP Database Problems – Jack Herrington.
- Getting Real With Databases in PHP – Tyler Hall.
- Inserting and Displaying Information From a Database – phpfreaks.
- Multicolumn Output from a Database with PHP – Matt Wade.
- My SQL/PHP Tutorial – vtwebwizard.com.
- PHP 101 (part 8): Databases and Other Animals (All about connecting to a MySQL database from PHP, using the mysql or mysqli extensions.) – Vikram Vaswani.
- PHP 101 (part 9): SQLite My Fire! ( Introducing another database: SQLite.) – Vikram Vaswani.
- PHP and Working with Databases – Justin Vincent.
- PHP Database Enabled Websites Tutorial – Anthony Awtrey.
- phpHoo (Integrating PHP with MySQL ) – webreference.
- PHP/ MySQL Tutoral – Graeme Merrall.
- PHP Web Databases – Keith Brown.
- So you want to use a database in your site? – Jesus Castagnetto.
- Storing Checkbox Data In Your Database – Dan LaFlamme.
- SQLite: A Lightweight Alternative – Timothy Boronczy.
- The PHP Anthology Volume 1, Chapter 3 – PHP and MySQL – Harry Fuecks.
- Using a MySQL database with PHP – Ian Gilfillan.
- Using MySQL from PHP – John Coggeshall .
- Using MySQL from PHP, Part 2 – John Coggeshall.
- What are Database Driven Websites (Podcast) – Stefan Mischook.
- Your SQL Database Might Just Be MySQL – John Paul Ashenfelter.
Debugging and Problems
- Assist Future Developers by Writing Comments and Clean Code – Tony Patton.
- Avoid these common PHP gotchas – James Cox.
- Common Style Mistakes, Part 1 – John Coggeshall.
- Common Style Mistakes, Part 2 – John Coggeshall.
- Custom Error Pages with PHP and Apache – David Sklar.
- Debugging PHP – David Sklar.
- Effortless (or Better!) Bug Detection with PHP Assertions – Webb Stacey.
- Error Handling in PHP: Coding Defensively – Alejandro Gervasio.
- Error Handling in PHP: Introducing Exceptions in PHP 5 – Alejandro Gervasio.
- Debugging PHP: Did You Remember to “Dot All Your I’s and Cross All Your T’s”? – Michael M Krznaric.
- How to Decide What Bugs to Fix When, Part 1 – Scott Berkun.
- How to Decide What Bugs to Fix When, Part 2 – Scott Berkun.
- No More Cryptic Error Messages with PHP Custom Error Handlers – Melonfire.
- Not All Bugs Are Worth Fixing – Jeff Atwood.
- Top 21 PHP progamming mistakes – Part I: Seven Textbook Mistakes – Sterling Hughes.
- PHP 101 (part 12): Bugging Out ( Basic error handling in PHP 4 and PHP 5). – Vikram Vaswani.
- PHP Debugging Basics – David Sklar.
- PHP Gotchas By John Herren.
- PHP Gotchas (Part 1) – Harry Fuecks.
- PHP Problems – Noel Davis.
- Using Comments – Christopher Jason.
File System
- A Beginners Introduction to PHP’s File Functions – Dennis Pallett.
- File uploads made easy – Darren Beale.
- Handling files with PHP4, Part1 – Ian Gilfillan.
- Handling files with PHP4 – Part 2 – Ian Gilfillan.
- PHP 101 (part 5): Rank and File – Vikram Vaswani.
- Reading, Writing and Creating Files in PHP – Jacques Noah.
- Uploading Files and Navigating Directories in PHP – Jacques Noah.
Form & Mail Related Tutorials
- Autofilled PHP Forms – Gavin Andresen.
- Clever forms with PHP – Chris Heilmann.
- Easier form validation with PHP – Simon Willison.
- Email Forms in PHP – Dan Ball.
- Form and Spelling Validation – Matt Wade.
- Form Over Substance – Part One – Urb LeJeune.
- Handling multiple submits in a single form with PHP – builder.com guest contributor.
- Improving Your Form to Mail Script – Christopher S L Heng.
- PHP Form Handling – David Sklar.
- PHP Form Validation System: An Object-Oriented Approach – Mike Weiner.
- PHP Video: Processing Forms with PHP – part 1 – Stefan Mischook.
- Secure and Accessible PHP Contact Form – Mike Cherim.
- Sending Mail With PHP3 – Tim Perdue.
- Sending MIME email in PHP – Kartic Krishnamurthy.
- User Friendly Forms in PHP – jesteruk.
- User-Friendly Form Validation with PHP and CSS – Jeff Cogswell.
- Using PHP for Date Processing in Forms – Jackson Yee.
- Using PHP to Generate and Send Mail – Steve Knoblock.
- Verify a User’s Email Address Using PHP – Joe Marini.
- Writing Your First PHP Script: Feedback Form – Christopher S.L. Heng.
- Working with Forms in PHP By Matt Zandstra.
- Working with Forms in PHP, Part 1 – John Coggeshall.
- Working with Forms in PHP, Part 2 – John Coggeshall.
Functions
- 10 of the More Useful PHP Network Information Functions Explained – Melonfire.
- A PHP Function and Extension Primer – builder.com.
- Classes as PHP Functions – Jacques Noah.
- Determine Class Type with These 10 PHP Variable Testing Functions – Melonfire.
- Improve Your Dev Skills With an Intimate Knowledge of PHP’s Date and Time Functions – Mellonfire.
- Introducing Recursive Functions in PHP – Rob Williams.
- Modularize your code with PHP’s functions – Elizabeth Fulghum.
- PHP 101 (part 6): Functionally Yours – (All about functions, arguments, passing by reference, globals and scope) – Vikram Vaswani.
- PHP Function Table – Zend.
- PHP Functions – Jacques Noah.
Globals
- Using Globals in PHP – Dennis Pallett.
- Using Register Globals – php.net.
Loops
- Looping in PHP – Timothy Boronczyk.
- Loopy Control Structures – Tim Huegdon.
- PHP 101 (part 3): Looping The Loop ( Basic control structures explained) – Vikram Vaswani.
Miscellaneous Tutorials
- Accelerating PHP Applications – Ilia Alshanetsky.
- An Intro to PHP 5’s rewritten DOM, XSLT, and XPath extensions – Adam Trachtenberg.
- Build a PHP Multiple Picture Showcase Using PHP and HTML – David Pankhurst.
- Build an XML-Based Content Management System with PHP – Tom Myer.
- Building and Installing PHP, Apache on Mac OS X 10.3.5 with GD – James Pelow.
- Breadcrumbs for PHP Lovers – jstetser.
- Date manipulation in PHP – Allan Kent.
- Designing search engine friendly PHP pages – stargeek.com.
- Developing Custom PHP Extensions – devnewz.com.
- Do You PHP? – Rasmus Lerdorf.
- Enhance Usability by Highlighting Search Terms – Brian Suda and Matt Riggott.
- Formatting Money / Currency using PHP – Christopher Jason.
- Faking Dual Inheritance Classes in PHP – Art Lathrop.
- How Do I Print the Date Using PHP? – Christopher Jason.
- How to Manage Memory in PHP – Sara Golemon.
- Image Creation with PHP – Brad Bulger.
- Intelligent CMS: Web Form Best Practices – Jason Gilmore.
- Install PHP 5 on Windows – Edward Tanguay.
- Introducing PHP 5’s Standard – Harry Fuecks.
- Introduction to Interceptors I: Implementing Delegation – Sebastian Bergmann.
- Making Usage Statistics in PHP – Adam Szanto.
- NewsFactor: How Far Can Zend Take PHP? – Vincent Ryan.
- On MySQL and PHP – An Interview With MySQL’s Zak Greant.
- On User-Defined Timezones in PHP – David Whittington and Luke Ehresman.
- Paypal, the PHP approach – Joel De Gan.
- PHP 101 (part 14): Going to the Polls ( Putting the pieces together – a first Web application.) – Vikram Vaswani.
- PHP 101 (part 15): No News is Good News (Building a RSS news aggregator) – Vikram Vaswani.
- PHP 4.3 and Mac OS X – Adam Trachtenberg.
- PHP 5 Meets XML and the DOM – Adam Trachtenberg.
- PHP-Based User Authentication – Julie Meloni.
- PHP Login Script with Remember Me Feature – jpmaster77.
- PHP on the Command Line – Part 1 – Harry Fuecks.
- PHP On-The-Fly! – Dennis Pallett.
- Pitfalls of Transactions with PHP – Kimberlee Jensen..
- Random Image Rotation – Dan Benjamin.
- Recursion In PHP: Tapping Unharnessed Power – Robert Peake.
- Setting up a PHP 5 development environment with Apache 2 and MySQL 4.1.3 – Builder.com.
- Site Navigation with PHP by Brad Bulger.
- Side Navigation with PHP by Patrick Delin.
- The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) – Joel Spolsky.
- The PHP Scalability Myth – Jack Herrington.
- Using PHP Includes – Christopher Jason.
- Working with Permissions in PHP, Part 1 – John Coggeshall.
- Working with Permissions in PHP, Part 2 – John Coggeshall.
- Working with text files – Subhash Madhawa.
- Writing Libraries in PHP – Bill Moran.
Objects / Object Oriented Programming
- A Beginner’s Crash Course into Object Oriented Programming – John Collins.
- A Practical Approach to Object-Relational Mapping in PHP – Kieran Mathieson.
- A Simple Sessions Tutorial – phpdeveloper.
- Advanced PHP V5 Objects – Matt Zandstra.
- An Introduction to OOP in PHP – phpdeveloper.
- Classes and Objects (PHP 4) – php.net.
- Enforcing Object Types in PHP: Filtering Input Objects in PHP 4 – Alejandro Gervasio.
- Enforcing Object Types in PHP: Using the PHP5 instanceof Operator – Alejandro Gervasio.
- Getting Started With Objects With PHP V5 – Matt Zandstra.
- Introducing Visitor Objects in PHP 5 – Alejandro Gervasio.
- Introducing the Chain of Responsibility Between PHP Objects – Alejandro Gervasio.
- Introduction to Object Oriented Programming in PHP4 – Daniel0.
- Introduction to PHP Objects, Part 1 – John Coggeshall.
- The Basics of Serializing Objects in PHP – Alejandro Gervasio.
- The PHP Anthology Volume 1, Chapter 2 – Object Oriented PHP – Harry Fuecks.
- Object Interaction in PHP: Introduction to Composition – Alejandro Gervasio.
- Object-Oriented Concepts – Tim Huegdon.
- Object-Oriented PHP Part 1: Definition – Tim Huegdon.
- Object Overloading in PHP 5 – Martin Jansen.
- Object-Oriented Programming Through Design Patterns – George Schlossnagle.
- Overloading and Object-Oriented Programming with PHP 5 – George Schlossnagle.
- PHP 101 (part 7): The Bear Necessities – Vikram Vaswani.
- PHP Intro to Objects and Classes – Tony Light.
- The Object Oriented Evolution of PHP – Zeev Suraski.
- The Practicality of OO PHP – David Day.
Operators
- PHP 101 (part 1): Down The Rabbit Hole (An introduction to PHP’s variables and operators.) – Vikram Vaswani.
- PHP 101 (part 2): Calling All Operators (The rest of the PHP operators (there are many), and simple form processing.) – Vikram Vaswani.
Optimization
Regular Expressions
- Regular Expressions Cheat Sheet – Dave Child.
- Five Habits for Successful Regular Expressions – Tony Stubblebine.
- Introduction to Regular Expressions – Rob Williams.
- Mastering Regular Expressions in PHP – Dennis Pallett.
- PHP and Regular Expressions 101 – Mitchell Harper.
- Regular Expressions Tutorial – Mark.
Security
- Locking Down Your PHP Applications – Thomas Myer.
- New Security Magazine Discusses PHP Vulnerabilities – Eric Rosebrock
- Notes on PHP Session Security – Harry Fuecks.
- PHP 101 (part 13): The Trashman Cometh ( A primer in basic security) – Vikram Vaswani.
- PHP Security: Basic PHP Security – Dennis Pallett.
- PHP Security Consortium.
- PHP Security, Part 1 – John Coggeshall.
- PHP Security, Part 2 – John Coggeshall.
- PHP Security, Part 3 – John Coggeshall.
- PHP Trouble – Noel Davis.
- Pro PHP Security/Preventing SQL Injection – Chris Snyder and Michael Southwell.
- Secure Login Using Cookies – gjbmiller.
- Secure Programming With PHP – Ian Gilfillan.
- Ten Security Checks for PHP, Part 1 – Clancy Malcolm.
- Ten Security Checks for PHP, Part 2 – Clancy Malcolm.
- The PHP Anthology Volume 2, Chapter 1 -Access Control – Harry Fuecks.
- Top 7 PHP Security Blunders – Pax Dickinson.
- Write Secure Scripts with PHP 4.2! – Kevin Yank.
- Writing Secure PHP – Dave Child.
Sessions/Cookies
- Cookies in PHP – Timothy Boronczyk.
- Introduction to cookies – Ton Rafi.
- Introduction to Maintaining the State of Applications with PHP Sessions – Alejandro Gervasio.
- Managing Sessions and State with PHP – Brian Fioca.
- Managing Users with PHP Sessions and MySQL – Kevin Yank.
- Learning PHP 5: Remembering Users with Cookies and Sessions – David Sklar.
- PHP 101 (part 10): A Session In The Cookie Jar – Vikram Vaswani.
- PHP and Cookies, A Good Mix! – Dennis Pallett.
- Session Handling with PHP 4 – Tobias Ratschiller.
- Session Management in PHP – gjbmiller.
- Validating PHP User Sessions – Kevin K. Nelson.
Strings
- String Manipulation – gjbmiller.
- String Manipulation in PHP – Christopher Jason.
- Use PHP to Strip the Last Character in a String – Christopher Jason.
- Using Strings – Nathan Wallace.
Comprehensive Sites
- MyPhp.net
- O’Reilly Network: PHP DevCenter
- PHP 5 InfoCenter – Zend.
- PhpBan
- PHP Builder
- PHPDeveloper
- php.faqts.com
- PHP Freaks
- phphelp.com
- PHPKitchen.
- PHP Manual
- php.net – The official PHP site.
- phpPatterns – Harry Fuecks.
- php.start4all .
- phpWizard.net
- phpworld
- Totally PHP
- webmonkey
- WeberDev
- Yahoo! PHP Developer Center
- Zend
- zez.org: PHP
Sample Scripts
- freshmeat.net
- hotscripts.com
- The PHP Resource Index: Complete Scripts
- PHP Code Exchange
- php-scripts.com
- ScriptSearch
- Ten PHP Frameworks Compared – PHPHacks.
Articles & Related Links
- 10 Tips That Every PHP Newbie Should Know – Jeffery Vaska.
- 10 Tips That Every PHP Developer Should Know, Part 2 – Jeffery Vaska.
- A Case Study in Dynamic Web Design – Mark A. McBride.
- A (Lengthy) Look Back at PHP in 2005 – Derick Rethans.
- Advanced PHP Resources – SitePoint.
- Ampersands, PHP Sessions and Valid HTML – David Dorward.
- An Introduction to Test Driven Development with PHP – Dennis Pallett.
- Are There Enough Bodies to Satisfy PHP’s Love Affair – John Lim.
- Ask Tim: Is Perl Still Relevant? – Tim O’Reilly comments.
- Automatic Magazine Layout – Harvey Kane.
- Being a PHP Lumberjack – Daryl L. L. Houston.
- Clue Sheet – Tips for PHP Developers – Trevor Lowing.
- Collections and Sorting – David Fells.
- Creating a Custom RSS Feed with PHP and MySQL – Kris Hadlock.
- Handling Dates and Times in PHP and MySQL – Dennis Pallett.
- Developer’s Dilemma: PHP or Perl? – Elizabeth Millard.
- Dynamic Web Pages with PHP3 – Rasmus Lerdorf (developer of PHP).
- Developer’s Dilemma: Perl or PHP? – Joe “Zonker” Brockmeier.
- eBooks from APress.
- Exceptional Code – Matt Zandstra.
- FAQ on my Development Infrastructure for PHP – Tony Marston.
- Five Common PHP Design Patterns – Jack D. Herrington.
- Five Things You Didn’t Know You Could Do with PHP – Larry Ullman.
- Fundamentals of PHP Superglobals – Ian Gilfillan.
- In Praise Of PHP – Andreas Roell.
- Is the Web’s Love Affair With PHP Over? – Gavin Clarke.
- Iterators in the Simplest Sense: An Accessible Implementation in PHP 4 – Alejandro Gervasio.
- Highlighting What Section of a Website the User Is In – Eli White III and Jonathan Eisenhamer.
- High Performance, High Scalability PHP is a Lie – John Lim.
- IBM throws its weight behind PHP – Martin LaMonica.
- Improve Your Build Process with Ant – Michael Kimsal.
- Installing PHP 5 on OS X if you’re using Server Logistics’, ‘Complete Apache 2′, and ‘Complete MySQL’ – the Farm.
- Make Your Web Applications More Feature Rich With PHP – Mark Kaelin.
- Migrating from PHP 4 to PHP 5 – Derick Rethans.
- Migrating from PHP 4 to PHP 5 by Zend.
- MySQL .
- MySQL addresses open-source license problem – Stephen Shankland.
- OSCON 2006: Getting Rich with PHP5 – Kevin Yank.
- On PHP – My Thoughts – Mike Papageorge.
- PHP Convert RGB from/to HTML Hex Color – AnyExample.com.
- PHP Cheat Sheet – Dave Child.
- PHP 4.0 Overview – Zeev Suraski.
- PHP4 Overview – Julie Meloni.
- PHP 4.3.9 Released – The PHP Development Team.
- PHP 5 – php.net.
- PHP 5 and Design Patterns: An Introduction – Matt Zandstra.
- PHP 5 and Design Patterns: The Observer – Matt Zandstra.
- PHP5: Coming Soon to a Webserver Near You – Harry Fuecks.
- PHP 5.1 Released.
- PHP 5.1’s Killer Feature? – Kevin Yank.
- PHP 5 Tutorial – Kevin S. Floyd.
- PHP 6.0 Wishlist – Rasmus Lerdorf.
- PHP Books.
- PHP Code Generation with Elisp – Zachary Kessin.
- PHP coding guidelines – By Paul Waring.
- PHP Command Reference.
- PHP: Image Randomizer – Mike Cherim.
- PHP Localization with TMX Standard – Nicola Asuni.
- PHP Login System with Admin Features – jpmaster77.
- PHP Predictions for 2005 – Harry Fuecks.
- PHP References – John Coggeshall.
- PHP should be considered a top Web dev contender – Vincent Danen.
- PHP Survey Results – Zend.
- PHP vs CGI – Christopher Heng.
- PHP vs perl – Justin Silverton.
- PHP vs. Ruby – Stefan Mischook.
- PHPitfalls: Five Beginner Mistakes to Avoid – Daryl L. L. Houston.
- Planning PHP Projects – Aaron Morse. http://www.phpfreaks.com/tutorials/135/0.php
- Practical PHP Programming – Paul Hudson.
- Professional PHP4 XML – Luis Argerich, et al.
- Professional PHP4 XML Part 2 – Luis Argerich, et al.
- Professional PHP4 XML Part 3 – Luis Argerich, et al.
- Professional PHP4 XML Part 4 – Luis Argerich, et al.
- Replacing Perl Scripts with PHP Scripts – Jayesh Jain.
- Simple Templating – Dave Shea.
- PHP 101 (part 11): Sinfully Simple: An introduction to PHP’s easiest method for dealing with XML. – Vikram Vaswani.
- Simplify PHP Development with WASP – Brian Fioca.
- Switching to PHP- What’s the Language Difference? – Jalal Pushman.
- Taking a Look at PHP 6 – Jeroen van der Meer.
- The CakePHP Framework: Your First Bite – Fabio Cevasco.
- The Problem with PHP – Joshua Barrett.
- The Scoop on PHP – Craig Knudsen.
- The Total Cost of Using PHP? – Dan Zambonini.
- The Voice of Reason in PHP – John Lim.
- Three-Tier Development with PHP 5 – Luis Yordano Cruz.
- These Things I Know, PHP Tips – Nick Schaffner.
- Tidying up your HTML with PHP 5 – John Coggeshall.
- Time to proofread your code: The Checklist – Michael M Krznaric.
- Understanding MVC in PHP – Joe Stump.
- User-Friendly Contextual Navigation With Simple PHP Includes – Shirley Kaiser.
- Part 2: User-friendly Contextual Navigation with Simple PHP Includes – Shirley Kaiser.
- Using data structures in PHP – roblimo.
- Using Method Call Overloading in PHP 4 – Alejandro Gervasio.
- Using XML: A PHP Developer’s Primer – Adam Delves.
- Using XML: A PHP Developer’s Primer, Part 2 – Adam Delves.
- Using XML: A PHP Developer’s Primer, Part 3 – Adam Delves.
- Using XML: A PHP Developer’s Primer, Part 4: XML-RPC, PHP and Javascript – Adam Delves.
- Using XML, Part 5: SOAP and WSDL – Adam Delves.
- Using XML – Part 6: Validation – Adam Delves.
- What is PHP? – faqts.com.
- What’s the best way to start writing a PHP program? – Nathan Wallace.
- What’s New in PHP4? – Christophe Lauer.
- What’s new in PHP 5 and PHP 6 – Ian Gilfillan.
- Why Choose PHP? – Zend.
- Why PHP? – Jalal Pushman.
- Will PHP 5 Live Up to Its Billing? – Vincent Ryan.
- Will the Zend Framework Save PHP? – Richard Davey.
- Why PHP 5 Rocks! – Adam Trachtenberg.
- Why Don’t We See More Women in the PHP World? – Manuel Lemos.
- Writing ‘Learning PHP 5′ – David Sklar.
- XML in PHP5: An in-depth look into advanced XML features – Christian Stocker.
- XML in PHP 5 – What’s New? – Christian Stocker.
- XML Validation in PHP – Pascal Opitz.
- Zend Platform – Jon Udell.
- Zend Framework – Zend.
- Understanding the Zend Framework, Part 1: The basics – Tyler Anderson.
- Understanding the Zend Framework, Part 2: Model-View-Controller and adding a database – Tyler Anderson.
- Understanding the Zend Framework, Part 3: The Feeds – Tyler Anderson.
- Understanding the Zend Framework, Part 4: When there is no feed, the Zend_HTTP_Client – Tyler Anderson.
- Zend Unveils PHP Enterprise Platform – Sean Michael Kerner.