15 lines
431 B
HTML
Raw Normal View History

2020-05-01 20:56:26 +02:00
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>recherche dans table ANNUAIRE</title>
</head>
<body>
<form method="post" action="rechercheTable.php">
<label>Par nom</label><input id="nom" type="text" name="nom" ><br/>
<label>Par prenom</label><input id="prenom" type="text" name="prenom" ><br/>
<input type="submit" name="submit">
</form>
</body>
</html>