Tag Archives: php sample code

PHP state picker options list maker

Here’s a static function I use in some of my PHP projects when I need to create a united states state picker.  It makes it really convenient to have an empty <select> in my form that wraps a $statelist variable … Continue reading

Posted in php | Tagged , , , , , | Leave a comment