phpbar.de logo

Mailinglisten-Archive

[php] PHP + MySQL, Schleife?

[php] PHP + MySQL, Schleife?

Reinhold Jordan php_(at)_phpcenter.de
Thu, 11 Apr 2002 11:06:37 +0200


Hi,

> *snip*
> $foo=1;
> for ($id=0;$id<$idmax;$id++) { $muh++;
>     $result=mysql_query("select ort,datum,zeit from termine where probe='0'
> and id='$id';");$zeile[$foo] = mysql_fetch_array($result);}
> *snip*

das ';' am Zeilenende ist zuviel.

Und Du solltest die Zeilen nicht einzeln holen, sondern alle auf einmal und
dann ausgeben. Ist performanter...

Gruß, Reinhold

-- 
                       Reinhold Jordan
WWW: http://reinhold.bachrain.de    Mail: reinhold_(at)_bachrain.de
"Do you pine for the nice days of minix-1.1, when men were men
and wrote their own device drivers?"                     Linus


php::bar PHP Wiki   -   Listenarchive