Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.
if($_POST['email']=="") {
$error = "no email error message.";
} else if(!eregi("^[A-Z0-9._%-]+@[A-Z0-9._%-]+\.[A-Z]{2,6}$",$_POST['email'])) {
$error = "wrong email error message.";
}
You may wanna have a look at Forms To Go from Bebosoft. This does most of the hard work for you.
P.S. Not affiliated with them in any way!
1 to 7 of 7