Code
POSTED AT 15:34 on 23rd May 2008
The following are bits and pieces of code that I’ve made public for anybody to use and play with as they see fit. Enjoy!
PHP Image Resize Class
This is a PHP class that deals with resizing jpg, png and gif images. You just pass it the image you want to resize, a location to save the new image to and instructions on how to you want it resized and the class will do the rest.
PHP Email Class
This is an easy to use PHP Email class making it easy to send emails with attachments in PHP.
PHP Directory Search Class
This is a PHP class that deals with finding different file types within directories.
PHP Google Sitemap Bot Class
This is a PHP class that creates a bot to crawl any site and produce a valid XML Google sitemap used for Google sitemaps within the Webmaster tools section of their site.
PHP File Upload Class
A Simple PHP class to upload files and check there type and size.
PHP Image2HTML Class
A playful PHP class that will convert any jpg, gif or png into HTML.


