Created
February 8, 2019 13:26
-
-
Save koldovsky/cdc9c7587728712da5d7871b0e99774a to your computer and use it in GitHub Desktop.
Simple echo form.php
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
<p> | |
Welcome <?php echo $_POST["user-name"]; ?><br> | |
Your password is: <?php echo $_POST["password"]; ?> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment