View Single Post
Old 02-10-2004, 01:44 PM   #3 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
yeah .. here might be a good example of that:
PHP Code:
<?

for($i=0;$i<100;$i++)
{
  
$array[] = rand(1,999);
}

sort($array);

echo 
$arraycount($array) - ]
?>
i hope this works, i didn't test it.
__________________
Mike
sde is offline   Reply With Quote