count ialt.
$resultat = mysql_query("select city_cus,count(*) as antal from customer where city_cus != '' group by city_cus order by city_cus");while ($raekke = mysql_fetch_array($resultat)) {
extract($raekke);
Vil gerne have vist hvormange antal er ialt
