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 times when I am reusing code snippets from various projects, figured I will…
Continue Reading