Hi Patrick,
while($row=mysql_fetch_array($result))
{
if(empty($i))
{
print("Ohne OR");
}
else
{
print("Mit OR");
}
$i++;
}
sollte dir helfen ...
Gruß
Chris
Hi Patrick,
while($row=mysql_fetch_array($result))
{
if(empty($i))
{
print("Ohne OR");
}
else
{
print("Mit OR");
}
$i++;
}
sollte dir helfen ...
Gruß
Chris