I know there must be a way to do the following: if (($foobar > 3) || ($foo="t" && $bar = "b")) {print "yup"}
Of course this is wrong, but what I want is to print yup if $foobar >3 or $foo=t and $bar=b. so: $foobar=4 $foo=a $bar=b is true $foobar=1 $foo=f $bar=b is true $foobar=1 $foo=f $bar=a is false Thanks in advance! __________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]