Hey. I’m putting a mysql result into an array, then using array_count_values on it to pick out the distincts. I was just wondering how you would go about printing that. my array is called $data, and it looks like this
Array ( [/url.php] => 13 [/cp.php] => 1 )
I want to list both values, but im kinda confused. I’m sure its pretty easy…
_naaman