$sor=mysql_query("select count(id) from tablo group by gonderen"); while($row = mysql_fetch_array($sor)){ echo $row[0] }