Mailinglisten-Archive |
Egon Schmid wrote:
>
> Thorsten Marx wrote:
>
> > ich habe folgenden Quellcode, leider macht er nicht das was ich gerne
> > möchte.
> > Es wird immer, egal ob ich die Eingabefelder leerlasse oder was
> > reinschreibe, die Box mit der Meldung, das ich alle Felder ausfüllen soll
> > angezeigt.
> >
> > <?php
> > if ($go==1) {
> > if ($username=" " or $passwort1=" " or $passwort2=" ") {
>
> Probiers mal mit:
> if ($username = "" or $passwort1 = "" or $passwort2 = "") {
Sorry das wahr falsch:
if ($username == "" or $passwort1 == "" or $passwort2 == "") {
-Egon
PS: Die Woche war lang und ich bin immer noch nicht im PHP-Himmel
--
Six Offene Systeme GmbH. Stuttgart - Berlin - New York.
Fon +49 711 9 90 91 64 · Fax +49 711 9 90 91 99 · http://www.six.de/
php::bar PHP Wiki - Listenarchive