l114/h11/11.4/11.4.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <form method="get" action="11.4.2.php"> <label for="username">Username</label> <input type="text" id="username" name="username" placeholder="(vul je username in)" value="<?php echo $gebruikersnaam ?>"> <br> <label for="wachtwoord">Wachtwoord</label> <input type="text" id="wachtwoord" name="wachtwoord" placeholder="(vul je wachtwoord in)"> <br> <input type="reset"> <input type="submit"> </form> </body> </html>

Resultaat

Made by Thijs Aarnoudse