PHP basics: sorting a multi-column array
Saturday, April 15th, 2006PHP support for arrays is fantastic, particularly for those of us with a history using ASP. One of the key advantages of arrays is the ability to compile our information, sort it as we want, and then display it. Sorting a single-column array is straightforward (there is a sort() function). But what about […]