hi,
is it possible to sort a multidimensional associated array by sorting only the values of one key-field?
e.g.:
$people = array (
array ( "name"=>"alf", "age"=>"200"),
array ( "name"=>"olf", "age"=>"10")
...
);
how to sort this array by using the value of the field "age"?