Possible Duplicate:
Return index of highest value in an array
How can i return all the index of the max value.. for example a have this array that contains grades of students
$grade = array(
"anna" => "5",
"lala"=>"7",
"eni"=>"7",
i want to return the names of the student who have the max grade in this case should print: lala eni