hi
In my code i have sorted the high_score
through this
arsort($highsco re_user);
// $highscore_user is associated array(i.e. id=>score)
Now i want limit it ,say 10 sorted array value of it.
How to do it
Regards
Sid
In my code i have sorted the high_score
through this
arsort($highsco re_user);
// $highscore_user is associated array(i.e. id=>score)
Now i want limit it ,say 10 sorted array value of it.
How to do it
Regards
Sid
Comment