Can anyone help me out, I'm trying to sort an array by the a value in a 2D array e.g par.
Anyone got any ideas of how to achieve this??
Array looks like this:
Array
(
[0] => Array
(
[id] => 456
[name] => Phil Mickelson
[country] => Us
[0] => 69
[1] => 69
[2] => 69
[3] => 69
[total] => 276
[par] => 12
)
[1] => Array
(
[total] => 277
[id] => 219
[0] => 72
[1] => 71
[2] => 67
[3] => 67
[par] => 11
[country] => Za
[name] => Ernie Els
)
)