function check_email($email) { $msg = ""; if (!(filter_var($email, FILTER_VALIDATE_EMAIL))) { $msg= "Email address '$email' is considered invalid.\n"; } return $msg; } ?> print "
" . $message . "
Type an Email Message in the box below