Mit folgendem Code wird nur ein Ergebnis ausgegeben, wenn $row[0] wirklich einen Inhalt hat, zum Beispiel A:
if ($row[0]) echo "<FONT class=\"font8f\" color=\"#000000\">$row[0]</FONT>
Was muß ich machen, damit wirklich nur eine Ausgabe erstellt wird, wenn der Inhalt von $row[0) A ist und nicht B?
Danke für Eure Hilfe!
if ($row[0]) echo "<FONT class=\"font8f\" color=\"#000000\">$row[0]</FONT>
Was muß ich machen, damit wirklich nur eine Ausgabe erstellt wird, wenn der Inhalt von $row[0) A ist und nicht B?
Danke für Eure Hilfe!
Kommentar