K
KeinNameexe
New member
- Beiträge
- 2
- Punkte Reaktionen
- 0
<form method="post">
<div class="form">
<label for="email">Benutzername</label>
<input type="email" name="username" id="email">
<label for="password">Passwort</label>
<input type="password" name="passwort" id="password">
<input type="submit" id="submit" value="Login">
<input type="fehler">
</div>
</form>
Soweit hatte ich gar nicht gedacht.@KeinNameexe
Wo wird denn $_SESSION['username'] gesetzt? Sehe ich nicht.
Und mach dich mal schlau in Sachen EVA-Prinzip.