if ($a == "a" or $b == "b")
if ($a == "a" || $b == "b")
if (($a=="a") || ($b=="b")){ //blah blah... }
Jump To Top of Thread