Peter Lind wrote:
[snip]
if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
     echo "Bad user! Bad user!";
}

Regards
Peter


thanks peter... wish I would have known about filter_var before
writing the other checkers. ;-)

Donovan


--
D Brooke

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to