Created
February 11, 2017 09:27
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 | |
$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