/ Published in: Other
Expand |
Embed | Plain Text
function is_valid_email($email) { return (pregmatch("/[a-zA-Z0-9-.+]+@[a-zA-Z0-9-]+.[a-zA-Z]+/", $email) > 0); }
You need to login to post a comment.
function is_valid_email($email) { return (pregmatch("/[a-zA-Z0-9-.+]+@[a-zA-Z0-9-]+.[a-zA-Z]+/", $email) > 0); }
You need to login to post a comment.