Hallo,
ich möchte folgende Afragen kombinieren:
$result = mysql_query("SELECT DISTINCT spalte1 $tabelle1");
$anzahl = mysql_num_rows($result);
while($i_1 < $anzahl)
{
$i_1++;
$row = mysql_fetch_array($result);
}
?>
ich möchte folgende Afragen kombinieren:
$result = mysql_query("SELECT DISTINCT spalte1 $tabelle1");
$anzahl = mysql_num_rows($result);
while($i_1 < $anzahl)
{
$i_1++;
$row = mysql_fetch_array($result);
}
?>
Kommentar