phpbar.de logo

Mailinglisten-Archive

[php] OR-Operator

[php] OR-Operator

O.Hardt php_(at)_phpcenter.de
Sat, 12 Jan 2002 17:52:46 +0100


Hallo Michael,


MM> if ( $ds[2] != '2' || $ds[2] != '3' || $ds[2] != '4' || $ds[2] != '6'
MM> ){rechte_fehler();}

MM> Ich bekomme immer "rechte_fehler()", obwohl $ds[2] 2 ist. Wenn ich nur

  Naja, wenn $ds[2] = 2 ist, dann ist ($ds[2] != 3) true und das
  reicht.
  Vielleicht kommst du besser mit einem > und < Vergleich weg ?
  Etwa so :


   if ( $ds[2] < '2' || $ds[2] > '6' ) {rechte_fehler();}


Ciao,
  
  Oliver

-- 
For the latest news  
visit : http://news.ohardt.com


php::bar PHP Wiki   -   Listenarchive