I've got a little problem getting an array sorted, and I'm not sure what the best method is. Basically I've got an array with a bunch of keys like: Code: array (size ...
I am trying to put together scoring leaders and things like that for a team website, and I can't quite work it out. If I were using c++ I would put them in to a multimap using goals scored as the key ...