From 17abb71522285704ccd19eb5700e0b25c48b4bad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Thu, 8 Apr 2021 09:21:52 +0200 Subject: [PATCH] =?UTF-8?q?A=C3=B1adida=20LOGIN=20a=20trav=C3=A9s=20de=20B?= =?UTF-8?q?ASE=20DE=20DATOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Se ha creado la base de datos de usuarios y toda la lógica para iniciar sesión mediante ella. --- login/validate.php | 63 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 login/validate.php diff --git a/login/validate.php b/login/validate.php new file mode 100644 index 0000000..e65dd78 --- /dev/null +++ b/login/validate.php @@ -0,0 +1,63 @@ +processesForm($_POST["name"], $_POST["pass"]); + $reply = $login->getReply(); + +?> + + + + + print_head(); + ?> + + + print_header(); + ?> + + +
+
+
+ + +
+
+
+
+
+ +
+
+
+
+
+ + + print_footer(); + ?> + + + + \ No newline at end of file