How is the syntax for this supposed to be? :
$SQL = "SELECT * from TABLE WHERE USERNAME = '$username' AND STATUS = '$status1' OR STATUS = '$status2' OR STATUS = '$status3'";
So that if STATUS = Active OR Verified OR Approved these conditions we're all acceptable.
Thanks!