diff --git a/10_get_post.php b/10_get_post.php index d0a44cd..d4bd9dd 100644 --- a/10_get_post.php +++ b/10_get_post.php @@ -7,7 +7,7 @@ if (isset($_POST['submit'])) { // echo '

' . $GET['username'] . '

'; - echo '

' . $_POST['username'] . '

'; + echo '

' . $_POST['name'] . '

'; } ?> @@ -29,4 +29,4 @@
- \ No newline at end of file +