PHP Projects

These are simple PHP scripts that you may use in your websites. I write a lot of little scripts for this and that. These are the rather special ones that I thought others may want to use.

AS Mail
An anti-spam injection replacement for PHP's mail function.
HTML Tidier
A script for making HTML tidier than HTML Tidy.
Diff/Patch functions
Provides functiont to calculate the difference between two strings and then patch the original string with the differences to get a the new string. These are commonly used in wiki projects.
Memoize function
Use memoize to speed up programs with slow lookup functions.
Bayesian filter
Provides a Bayesian filter class that supports multiple categories. This is useful for categorizing long sequences of words (like emails). Unlike the Spam/Not Spam filters, this handles as many categories as you want.

Defunct

I have removed old scripts that even I don't use anymore: WebPad and Play Parser. If you are really looking for those, click on the Contact link in the menu and ask for them.