phpbar.de logo

Mailinglisten-Archive

[php] PHP + MySQL, Schleife?

[php] PHP + MySQL, Schleife?

Christoph Görgen php_(at)_phpcenter.de
Thu, 11 Apr 2002 11:22:17 +0200


Hoi nochmal,
>
> $foo=1;  //warum 1 und nicht 0?
> $result=mysql_query("SELECT ort,datum,zeit FROM termine where probe='0'
order by id");
> while ($zeile[$foo] = mysql_fetch_array($result))$foo++;
>
while ($zeile[$foo] = mysql_fetch_array($result))$foo++;
ist zeile 7 und folgendes kommt im browser:
Warning: 0 is not a MySQL result index in termine.php on line 7

Nun bin ich irgendwie ratlos.
 Ist zwar nur "warning" aber sollte eigentlich nicht erscheinen.
mfG
Chris


php::bar PHP Wiki   -   Listenarchive