Hi there,
how can I sort my array $value[$s][$i]? To be more precise:
Say I have three countries ($s) and each has three values ($i) reprensenting yearly statistics:
DE with 12, 23, 28
FR with 8, 28,15
CH with 10, 20, 30
Now, I want to sort my array by it's highest value. How can I achieve this?
Thanks for any hints!
how can I sort my array $value[$s][$i]? To be more precise:
Say I have three countries ($s) and each has three values ($i) reprensenting yearly statistics:
DE with 12, 23, 28
FR with 8, 28,15
CH with 10, 20, 30
Now, I want to sort my array by it's highest value. How can I achieve this?
Thanks for any hints!
Comment