Answer the question
In order to leave comments, you need to log in
How to make statistics?
There is this code
$arr = array('gg' => 22, 'g2' => 0, 'g3' => 233, 'dfd' => 2);
arsort($arr);
$place = 1;
foreach ($arr as $key => $val) {
echo "{$place} - {$key}: {$val}<br>";
$place++;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question