PHP
- Dynamically Loading Months from a Calendar Using the calendar class from this wbsite and some simple javascript load new months of a calendar without refreshing the entire page.
TAGS: PHP, jQuery, Ajax, JavaScript
- Using PHP's imagefileter() Function See the various results from the imagefilter function, using all of the different filters.
TAGS: PHP, Image Manipulation
- 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
- PHP Upload Class A Class that very easily handles uploaded files.
TAGS: PHP
- 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
- Hash Generator Create a salt for a password, or if you simply need a string of random characters.
TAGS: PHP, jQuery, JavaScript
- Email Obfuscator Convert characters in your email address to obfuscate your email address.
TAGS: PHP