Turek on 01/30/11
Last Edited at 01/30/11 12:12am
function checkEmail($mail) { return preg_match("/[a-zA-Z0-9_-.+][email protected][a-zA-Z0-9-]+.[a-zA-Z]+/", $mail);}
Report this snippet Tweet
Comment:
You need to login to post a comment.