Posted By


Turek on 01/30/11

Tagged


Statistics


Viewed 650 times
Favorited by 0 user(s)

Email Validation


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. function checkEmail($mail) {
  2. return preg_match("/[a-zA-Z0-9_-.+]+@[a-zA-Z0-9-]+.[a-zA-Z]+/", $mail);
  3. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.