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 _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
