PHP Scripts
Here is a collection of PHP scripts and classes that you may use on your site. Note: They come as is, unsupported!
BB Code Parser
The beginnings of a class to parse a string for BB code and convert it to valid XHTML.
[ download | preview ]
Directory Listing Class
A class to aid the querying and display of directory listings.
[ download | preview ]
Graphing Classes (v0.5)
A base class and 4-extension classes for drawing dynamic graphs in PHP.
[ download | preview ]
Image Manipulator (v0.5)
The image manipulator class I use in this site. Allows resizing, borders and both output to browser or file. This script is likely to evolve over time.
[ download | preview ]
MimeType Calculation
A function for working out the mimetype of a particular file.
[ download | preview ]
mySQL DB Wrapper Class
A Generic database wrapper class for mySQL. Meaning, that if needed the class could be replaced with one for a different database.
[ download | preview ]
Script Compressor
A function for compressing JavaScript and CSS
[ download | preview ]
Search Object
A class to aid searching of databases.
[ download | preview ]
XHTML2-to-HTML
A function to convert some XHTML2 to HTML.
[ download | preview ]