28. november 2003 - 14:24Der er
3 kommentarer og 1 løsning
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);
$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)) { echo $raekke["antal"];
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.