Code: Selecteer alles
<html>
<head>
<title>login</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="login.php">
<p>Gebruikersnaam:
<input name="username" type="text">
<br>
Wachtwoord:
<input name="password" type="password">
</p>
<p>
<input name="submit" type="submit" value="Log in!">
</p>
</form>
</body>
</html>
Code: Selecteer alles
array(0) {
}
Alvast bedankt,
Bas