In the follow code I am getting a parse error. I have another form that I use this exact same code on to handle the form and it works. Just lost...
if ($_POST['ClientLessVPN']) == 'Yes' { <-------------
$body2 = "Clint-Less VPN\n";
}
The first line of the code is where I am getting the parse error.
Thanks for any and all help.