Alot of people have asked for VERY simple FTP functionality with PHP, so here it is. This class was designed with very simplistic transfers in mind. You simple create the class,
get/send a file and then 'kill()' the object. It's that simple. I you find it useful.
PHP_Scheduler is a very simple class for storing timestamps at application-level. It can be useful in situations such as "I want to update a file not more than once every 15
minutes" or "I want to cache a database query and refresh it every 30 minutes." The class is very simple to use, simply look at the example. Feel free to contact me via email
with questions/suggestions/bug reports.
This class was created to simplify the process of representing images with thumbnails. This class simply gets the image's size, converts the height and width depending on what
you've set the class to do and then outputs and HTML tag with the appropriate values. It requires no additional libraries and is cross-os compatible.