Quick PHP Function #3: Sorting multi-dimensional arrays by a value within
Another useful function im frequently in need of, a multidimensional array sort/order function function array_sort_by_column(&$arr, $col, $dir…
Continue ReadingAnother useful function im frequently in need of, a multidimensional array sort/order function function array_sort_by_column(&$arr, $col, $dir…
Continue ReadingThere are lots of ways to grab the browser’s user agent, this is my simple…
Continue ReadingThere are times when I am reusing code snippets from various projects, figured I will…
Continue ReadingIm currently writing a search engine that uses a couple of jQuery UI autocompletes and…
Continue Reading