contact subscribe

PHP

Quoted Strings with Regular Expressions.
It's a deceptively simple task: how do you capture a string of characters between single or double quotes?
Programming Tables.
Generating an HTML table from within a program is a simple exercise, but I’ve too often seen code that is significantly more complex than it needs to be.
CamelCase
Detect and parse CamelCase words using PHP.
PHP4 Creole
I want to use the Propel and Creole libraries which require PHP5. Unfortunately, for now, most client environments have not made the upgrade from PHP4, and probably won't for several months at the minimum. So, though I don't like it, I need to have a PHP4 solution.
Mojavi - an MVC framework for PHP
An in-depth tutorial on the Mojavi MVC framework for PHP.