Mailinglisten-Archive |
> Hi zusammen, > > ich hab wieder ein kleines Problem *g* > > Ich habe zwei Variablen A und B. Ich möchte jetzt folgende Bedingung in eine > If-Anweisung formulieren: > > Wenn A='hallo' soll überprüft werden ob B='hallo' ist oder B='hallo du' ist Sollte heißen: if ($A= "hallo") if ($B="hallo") { } else if ($B="hallo du") { } Gruß, Leo
php::bar PHP Wiki - Listenarchive