I know this is simple PHP logic but it just won\'t work...
$str = \"dan\"; if(($str != \"joe\") || ($str != \"danielle\") || ($str != \"heather\")
When you compare two strings you have to use strcmp().