Wayne Jensen wrote: > One way to get this functionality is with the in_array() function. > > if ( !in_array($var,Array('a','b','c','d','e')) ) doStuff(); > Cool idea! --Dave