Hello I've got an array that looks like
$array[23422] = "33,44444 cars"
$array[43422] = "53,44444 parents"
$array[43422] = "13,44444 music"
The idea is to sort by the numbers not the categories,
also it is essential that the index association is maintained.
I've tried asort, sort etc, but they all use the first characters
instead of the numbers.
I hope someone knows the solutions to this mindbraking
problem !
Thanks in advance,
Jeroen