You may use and modify any code I place on this page free of charge. If you do happen to use any then some simple recognition would be appreciated.
PHP - CreateDropDown
A function to make it easier to create a dropdown that can take multiple data sources, MySQL, array, multi dimension array. The output can be grouped by using the "optgroup" tag.
PHP - Simple Date Format Function
I built this into a functions class of mine so that I could format dates easier. Pretty straight forward, but does save me time.