/ Published in: PHP
Checks for a valid email address using the php-email-address-validation class.
Source and docs = URL
Source and docs = URL
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
include('EmailAddressValidator.php'); $validator = new EmailAddressValidator; // Email address is technically valid } else { // Email not valid }
URL: http://code.google.com/p/php-email-address-validation/