<form action="site.php" method="get">
Name: <input type="text" name="username">
<input type="submit">
</form>
<?php
echo $_GET["username"]
?>
Notice: Undefined variable: name in C:\xampp\htdocs\phplessons\index.php on line 26
After filling in the answer will be displayed. Object was not found!
Thank you in advance for every answer.