Skip to content

Instantly share code, notes, and snippets.

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