We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

lfatr on 06/04/08


Tagged

email


Versions (?)


Who likes this?

4 people have marked this snippet as a favorite

blackabee
mrjthethird
axthos
orion


email validator


Published in: PHP 


http://uk2.php.net/preg_match

  1. !preg_match('/^([a-z0-9]([a-z0-9_-]*\.?[a-z0-9])*)(\+[a-z0-9]+)?@([a-z0-9]([a-z0-9-]*[a-z0-9])*\.)*([a-z0-9]([a-z0-9-]*[a-z0-9]+)*)\.[a-z]{2,6}$/', $_POST['user']['email']))

Report this snippet 

You need to login to post a comment.