My Work
My Blogs
Hotlinks
Category Archives: php
Create a delimited list of SortedList Keys in C#
I love C#, but miss the simplicity of PHP sometimes. Specifically when dealing with collections. Recently I ran into a situation where PHP’s implode would have been perfect, but I wasn’t able to find any quick and easy built in … Continue reading
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 option, php, php sample code, select, state picker, us state list
Leave a comment
