Properly separate the HTTP GET requests from the POST requests
[Project_webapp.git] / login.php
CommitLineData
6405835a 1<form action="index.php?form=login" method="post">
265d1374
JB
2 <p>Email : <input type="text" name="email" /></p>
3 <p>Mot de passe : <input type="text" name="password" /></p>
4 <p><input type="submit" value="OK"></p>
5</form>