Quizz //TODO SESSION

This commit is contained in:
tuanvu
2025-09-24 15:08:38 +02:00
parent b0c740dfab
commit 6a0976f92d
5 changed files with 92 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Créer des quizz</title>
</head>
<body>
<form action="QuizzInfo" method="POST">
Create from id : <INPUT type="text" name="id_User" size="20">
Create from email : <INPUT type="text" name="email_User" size="20">
Enter code pin : <INPUT type="text" name="code_pin" size="20">
<INPUT type="submit" value="send">Créer Quizz</INPUT>
</form>
</body>
</html>