"depot projets 2019"

This commit is contained in:
JunkJumper
2020-05-01 20:56:26 +02:00
parent 83ebf9a87c
commit 6a1ce75149
32 changed files with 1080 additions and 0 deletions

15
TD8/supprimer.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Supprimer une entrée</title>
</head>
<body>
<form method="post" action="supprimer.php">
<label>Nom</label><input id="nom" type="text" name="nom" ><br/>
<label>Prenom</label><input id="prenom" type="text" name="prenom" ><br/>
<input type="submit" name="submit">
</form>
</body>
</html>