Projects

  1. PHP Calendar Class A Class that generates a small calendar, but it can easily be extended to create a larger one with more features, such as event handling.
    TAGS: PHP
  2. PHP Upload Class A Class that very easily handles uploaded files.
    TAGS: PHP
  3. PHP MySQL Connector Class A simple creation turning regular MySQL functions into a class much like MySQLi. Before I knew about MySQLi, so it isn't maintained anymore.
    TAGS: PHP, MySQL