I have an array which I use a loop to add numbers to different elements in the array. I can extract the highest no which in this case is 48. ie ([22 ] => 48 [23 ] => 2 [12 ] => 22 [14 ] => 5 )
Using this highest no (48 in this instance), how do I get the position or [element No] that matches the highest no. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php