Subscribe
Free Knowledge in an RSS feed

Articles » 2006 » July

PHP Navigation System using Single Entry Point

July 3rd, 2006


How to setup a web application to use a single entry point, reducing code redundancy.

Search Engine Friendly Exit Counter

July 2nd, 2006

This tutorial explains a method for linking to other websites which will allow you to use an exit counting script without inhibiting SEO.

Clean user data using PHP and Regular Expressions

July 1st, 2006


This is a tutorial regarding cleaning/sanitizing user inputted data using PHP and Regular Expressions. You should always clean data from a user and treat it as if it contains bad characters.