- academic
This folder contains examples from my academic pursuits.
- cleantags
This project was written to demonstrate regular expressions and fill a need that many PHP Developer's Network users requested: the ability to strip out HTML content submitted by a user of their scripts.
- sha256
This project was written specifically to implement the SHA256 hashing algorithm in pure PHP. It was done out of need for a more powerful hash than the PHP built-in ones (md5 and sha1) on older installations of PHP.