Skip to content

Instantly share code, notes, and snippets.

@Videonauth
Created November 3, 2017 05:51
Show Gist options
  • Save Videonauth/a991c177f94505be7ca37da449764342 to your computer and use it in GitHub Desktop.
Save Videonauth/a991c177f94505be7ca37da449764342 to your computer and use it in GitHub Desktop.
$pattern ="^[_a-zA-Z0-9-](\.{0,1}[_a-zA-Z0-9-])*@([a-zA-Z0-9-]{2,}\.){0,}[a-zA-Z0-9-]{3,}(\.[a-zA-Z]{2,4}){1,2}$";
if(ereg($pattern, $_POST['email']))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment