Here is a collection PHP scripts I have written. The results of many of these (all right now) scripts can be seen throughout my web pages as that is what they were written for. Right now these are under going major changes as I update my site to a more consistent layout and feel. Sometime I will think up better names and hopefully get them checked into a subversion server somewhere.

Schedule Script
This script is the backend to my class schedule page. It reads in my schedule from a colon delineated text file. From there it creates the table and enters the data that can be seen on the schedule page. This edition allows classes to be entered on the weekends. Next up in the feature list to add is the ability one time events with a date so that the schedule file rarely has to be updated. Currently I am updating this to work with the iCalendar format allowing a dynamic schedule setup.
Click here for the source
Gallery Script
This script handle my picture gallery. As of right now it is very basic however it is dynamic and will scan for directories and images to show. I am working on adding configuration files to it so that picture/gallery titles can added in.
Click here for the source