<?php $recs = array(1,4,7,5,5,4,5,12,1,4,6,5); $recs1 = array_count_values($recs); arsort($recs1); print_r($recs1);
You have javascript disabled. You will not be able to edit any code.