Skip to content

Instantly share code, notes, and snippets.

@Sergic
Created June 12, 2013 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Sergic/5764572 to your computer and use it in GitHub Desktop.
Save Sergic/5764572 to your computer and use it in GitHub Desktop.
email validation php
<?php
filter_var($email, FILTER_VALIDATE_EMAIL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment