Hi everyone... I got a bit longer now...... But i have some trouble sorting my arrays.... I get this array returned. Array ( [0] => Array ( [0] => 10 [1] => 40 [2] => 50 [3] => 80 [4] => 130 [5] => 220 [6] => 320 ) [1] => Array ( [0] => 10 [1] => 40 [2] => 50 [3] => 80 [4] => 130 [5] => 220 [6] => 320 [7] => 440 [8] => 570 ) [2] => ) I ain't good at it, but i guess this is a two dimesioned array... The question is now, i need to get the highest values of each "sub" array witch would be 320 & 570 in THIS CASE ?? Thanks so much!! Martin Allan Jensen -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php