Skip to content

Instantly share code, notes, and snippets.

@jaccon
Created March 17, 2020 01:24
Show Gist options
  • Save jaccon/dcef0fc4ab0636e23ac6e3b1565862bb to your computer and use it in GitHub Desktop.
Save jaccon/dcef0fc4ab0636e23ac6e3b1565862bb to your computer and use it in GitHub Desktop.
PHP native method to e-mail validation
if (filter_var($address, FILTER_VALIDATE_EMAIL)) {
echo "$address";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment