Chris: mysql_fetch_array und die Auflistung ! Aber wie?

Beitrag lesen

Hi Patrick,

while($row=mysql_fetch_array($result))
 {
   if(empty($i))
   {
     print("Ohne OR");
   }
   else
   {
     print("Mit OR");
   }
 $i++;
 }

sollte dir helfen ...

Gruß

Chris