A
Adedoyin A
Guest
How do i write a php code that emails an evaluation to me if Q8 is a Yes.
I tried this But it didn't work, any help please I'm totally new to this
if ($Q8) == Yes)
{
$sendMailTo .= "[email protected]";
}
I tried this But it didn't work, any help please I'm totally new to this
if ($Q8) == Yes)
{
$sendMailTo .= "[email protected]";
}