<?php $numbers = array(1,2,3,4,5,1234123,6); $max = max($numbers); $pos = array_search($max, $numbers); echo "Position: ".$pos;
You have javascript disabled. You will not be able to edit any code.