"depot projets 2019"
This commit is contained in:
16
TD8/ajout.html
Normal file
16
TD8/ajout.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ajout d'une entrée</title>
|
||||
</head>
|
||||
<body>
|
||||
<form method="post" action="ajoutEntree.php">
|
||||
<label>Nom</label><input id="nom" type="text" name="nom" required><br/>
|
||||
<label>Prenom</label><input id="prenom" type="text" name="prenom" required><br/>
|
||||
<label>NumPost</label><input id="numpost" type="text" name="numpost" required><br/>
|
||||
<input type="submit" name="submit">
|
||||
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user