Hallo,
ich habe bis jetzt das hier ausprobiert, aber es fuktioniert nicht:
ich habe bis jetzt das hier ausprobiert, aber es fuktioniert nicht:
PHP-Code:
$sql = "SELECT COUNT(alpaka_typ) FROM tiere GROUP BY alpaka_typ WHERE alpaka_typ = 'hengst';";
$query = mysql_query($sql, $connection);
while($array = mysql_fetch_array($query, MYSQL_BOTH))
{
$zahl = $array["alpaka_typ"];
}
echo $zahl;
Kommentar