Skip to content

Instantly share code, notes, and snippets.

@phamquocbuu
Created October 5, 2013 01:41
Show Gist options
  • Save phamquocbuu/6835578 to your computer and use it in GitHub Desktop.
Save phamquocbuu/6835578 to your computer and use it in GitHub Desktop.
PHP Email validation
if (!filter_var($address, FILTER_VALIDATE_EMAIL)) {
// invalid e-mail address
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment