Re: [PHP-DB] require "@name.com" in email

2001-04-15 Thread Jesse Scott

There are several e-mail address validation functions available at the 
Zend.com code gallery: http://www.zend.com/codex.php?CID=11

They vary from just a regex to actually looking up MX records and 
interrogating to see if the given name is a valid user.

There should be something there that does what you are looking for.

-Jesse

At 08:58 AM 4/15/01 -0400, Marc Bragg wrote:
>Anyone have a simple statement to require th
>
>"@name.com" portion of an email address in form input?
>
>thanx
>
>Marc



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DB] require "@name.com" in email

2001-04-15 Thread Marc Bragg

Anyone have a simple statement to require th

"@name.com" portion of an email address in form input?

thanx

Marc


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]