function checkEmail($strEMailAddress)
{
 return eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)+$",
$strEMailAddress);
}

You have it now :).

Regards,


Pedro Alberto Pontes

"Jeroen Timmers" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Is there a simple function that validate an email adres
>
> Thx
>
> Jeroen Timmers
>



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

Reply via email to