"depot projets 2019"
This commit is contained in:
15
TD8/recherche.html
Normal file
15
TD8/recherche.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!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>
|
Reference in New Issue
Block a user