Array
(
[n] => Unover
[i] => 250
)
Array
(
[n] => Un
[i] => 195
)
Array
(
[n] => Iliad
[i] => 110
)
They are in the form of $arr['Unover']['i'].
I'd like to sort them based on the i smallest to largest, can't figure how to do it without completely wrecking the array and no idea where to start.
Need to be able to get it into another array that I can just foreach through in orde