I need to check multiple varibles but I'm getting the following error:
Parse error: syntax error, unexpected '!' in /Applications/MAMP/htdocs/carematch3/includes/user.php on line 42
LINE 42
if(!empty($firstname) && !empty($lastname) && !empty($email) && !empty($phone) !empty($gender) && !empty($dob)) {
$phaseOne = true;
}