Skip to content

Instantly share code, notes, and snippets.

@farooqkhan003
Created February 11, 2017 09:27
Show Gist options
  • Save farooqkhan003/84b96a7fa7e809b1f0288fd43079c1ec to your computer and use it in GitHub Desktop.
Save farooqkhan003/84b96a7fa7e809b1f0288fd43079c1ec to your computer and use it in GitHub Desktop.
<?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