Created
February 13, 2021 07:17
-
-
Save harshanas/9d422c60c90f77de947b589cea60b3e9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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