phpbar.de logo

Mailinglisten-Archive

[php] if order not if :)

[php] if order not if :)

Anton Funk anton.funk at major-new-media.de
Don Feb 26 15:34:19 CET 2004


>
> >if( (empty($_SESSION['username']) &&
> >     empty($_SESSION['password']) &&
> >     empty($_SESSION['id_user']) &&
> >     empty($_SESSION['email'])) ||
> >     $action != "subscribe")
>
>
> nicht so ganz. Er soll ja ruhig prüfen ob nur eine der Sessionvariablen
> fehlt und nicht nur reagieren wenn alle fehlen.




if ( (empty($_SESSION['username') ||
      empty($_SESSION['password']) ||
      empty($_SESSION['id_user'])  ||
      empty($_SESSION['email']) ) && action != "subscribe" )

Vielleicht so ?


php::bar PHP Wiki   -   Listenarchive