[PHP] Re: validating email address

2003-12-03 Thread Justin Patrin
Actually it does do DNS checking. It doens't yet check to make sure that the mail will work, but it could easily be added. Manuel Lemos wrote: Hello, On 12/03/2003 07:53 PM, Justin Patrin wrote: Or you could always use the PEAR package: http://pear.php.net/package/Validate That package only

[PHP] Re: validating email address

2003-12-03 Thread Manuel Lemos
Hello, On 12/03/2003 07:53 PM, Justin Patrin wrote: Or you could always use the PEAR package: http://pear.php.net/package/Validate That package only does textual validation of the e-mail address. It does not check against the DNS nor tries to ask the end SMTP server if it would accept e-mail to

[PHP] Re: validating email address

2003-12-03 Thread Justin Patrin
Or you could always use the PEAR package: http://pear.php.net/package/Validate Manuel Lemos wrote: Hello, On 12/03/2003 04:31 PM, Blake Schroeder wrote: Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) Try this class: http://www.phpclasses.org

[PHP] Re: validating email address

2003-12-03 Thread Manuel Lemos
Hello, On 12/03/2003 04:31 PM, Blake Schroeder wrote: Whats the best way to validate email address (check for white space, check for .com, .net.edu etc) Try this class: http://www.phpclasses.org/emailvalidation -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.