Skip to content

Instantly share code, notes, and snippets.

@ma-he-sh
Created September 18, 2015 01:01
Show Gist options
  • Save ma-he-sh/d53e3f773ba3324c9cdf to your computer and use it in GitHub Desktop.
Save ma-he-sh/d53e3f773ba3324c9cdf to your computer and use it in GitHub Desktop.
<?php
$a1 = $_POST ["a"];
$b1 = $_POST ["b"];
$c1 = $_POST ["c"];
$d1 = $_POST ["d"];
$e1 = $_POST ["e"];
echo "<p>Greetings $a1 $b1</p>";
echo "<p>Your User name is: $c1 and your password is: $d1</p>";
echo "<p>Your cellphone number is: $e1</p>";
echo "<p><hr color='darkblue' size='4' >End of Part3 </p>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment