Curt Zirzow wrote:
On Wed, 02 Nov 2005 21:19:24 +0100, Jochem Maas wrote:


I totally agree with Richard. about the need for a php func for checking a
correct email addr.

given that php 'is all about the web', idealogically (still?) pragmatic
and dynamically typed:

is_email_addr() or is_email()


There already is:
  http://php.net/imap_rfc822_parse_adrlist
  http://pecl.php.net/mailparse

And http://pear.php.net/Mail which has an Mail_RFC822 class for email address validation.

--
Richard Heyes
http://www.phpguru.org

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

Reply via email to