Created
February 11, 2017 09:27
-
-
Save farooqkhan003/84b96a7fa7e809b1f0288fd43079c1ec to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
$name = trim($_POST['name']); | |
$email = trim($_POST['email']); | |
echo "Hello $name! Welcome to android Tech Point.\nYour email is $email"; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment