Cours 9
[hacks/simpleWebSlides.git] / prog_internet / password2.php
diff --git a/prog_internet/password2.php b/prog_internet/password2.php
new file mode 100644 (file)
index 0000000..e257b59
--- /dev/null
@@ -0,0 +1,10 @@
+<html>
+  <body>
+ <?php
+if (isset($_POST["name"])) {
+       echo "Bonjour, " . $_POST["name"];
+};
+
+?>
+  </body>
+</html>