Category: Php


Simple PHP mail script

Simple PHP mail script Simple php mail script is not only educational, but also applicable for practical Web development. It allows you to place a simple form for
Read More

PHP Tag Engine

PHP Tag Engine is a PHP library that allows you to easily add tagging to a PHP application. There is a back-end class and AJAX request handler, and
Read More

Closures are coming to PHP

Dagfinn has a post looking at using the new closure feature of PHP 5.3. He compares using foreach for iteration versus array_map. “Interesting,” he concludes, “but not necessarily
Read More