Skip to content

Instantly share code, notes, and snippets.

@harshanas
Created February 13, 2021 07:17
Show Gist options
  • Save harshanas/9d422c60c90f77de947b589cea60b3e9 to your computer and use it in GitHub Desktop.
Save harshanas/9d422c60c90f77de947b589cea60b3e9 to your computer and use it in GitHub Desktop.
<?php
if ( is_email( $_REQUEST['email'] ) ) {
// Let's Roll!!
}else{
// Invalid email
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment