Skip to content

Instantly share code, notes, and snippets.

@ozkanozcan
Created August 17, 2012 11:15
Show Gist options
  • Save ozkanozcan/3378059 to your computer and use it in GitHub Desktop.
Save ozkanozcan/3378059 to your computer and use it in GitHub Desktop.
PHP function : emailgecerlimi
function emailgecerlimi($email){
return eregi("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,3})$", $email);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment