Hi, I want to compare 3 variables like so
if (($question1=='Black Rock Shooter Phone Strap') && ($question2=='Rena Matsui ????') && ($question3=='Manaka Takane ?? ??')) {
$answer="Yes";
} else {
$answer="No";
}
but it would always return No, it works fine with 1 or 2 variables in the IF...