Hi, How can i get the greatest key of an array??
$array[1] = "..."; $array[5] = "..."; $array[0] = "..."; $array[10] = "..."; $array[7] = "..."; $greatest_key = ??? (this must be 10 in this example) Alex Elderson -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php