PHP Snippets now available on Github October 04, 2009 19:51 / 0 comments

My first github repo -- a collection of PHP Snippets.


Perform WHOIS Query with PHP August 16, 2009 15:15 / 0 comments

Query WHOIS using PHP.


Decoding keywords used in search engines July 13, 2009 21:12 / 0 comments

PHP function to decode keywords used by search engines. Determine what search keywords drive traffic to your site.


BBCode, Syntax Highlighting and more July 03, 2009 14:32 / 0 comments

Add BBCode support and Syntax highlighting using PHP. To make the blog even easier to use, I thought I'd get away from using HTML in my entries altogether. I also wanted a way to easily paste code and have it highlighted. Works on nested tags!


Counting code July 03, 2009 14:31 / 0 comments

Count how many lines of code are in a project using this PHP script. Searches directories recursively.


Regular Expression Replace in All Files and Subdirs July 01, 2009 16:31 / 0 comments

Recursively search and replace in files using this PHP script. Follows subdirectories and uses regular expressions for search and replace. Allows file extensions to be specified.


Building a Blog using PHP June 26, 2009 13:23 / 0 comments

Learn how to build a blog system using PHP and MySQL. I thought I'd share my experience after rebuilding the site blog system. This entry will cover building a simple blog system like the one found on this site, using code that is also available on thi


RSS News Aggregator, Contact Form, and More June 23, 2009 20:27 / 0 comments

Added News section to the site, which acts as a simple PHP RSS aggregator (with really nice URLs). Rewrote the PHP Blog System and published the code online. Added a contact form.