From e00e320c276f82aba964ba9e62ad210055034628 Mon Sep 17 00:00:00 2001 From: desarrollador467 <113306061+desarrollador467@users.noreply.github.com> Date: Tue, 3 Jan 2023 12:13:09 -0500 Subject: [PATCH] Create Untitled-3.php --- .../font-awesome-4.7.0/scss/Untitled-3.php | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 08 GET y POST/font-awesome-4.7.0/scss/Untitled-3.php diff --git a/08 GET y POST/font-awesome-4.7.0/scss/Untitled-3.php b/08 GET y POST/font-awesome-4.7.0/scss/Untitled-3.php new file mode 100644 index 0000000..7512044 --- /dev/null +++ b/08 GET y POST/font-awesome-4.7.0/scss/Untitled-3.php @@ -0,0 +1,91 @@ + + + + + Validar formulario + + + +
+ 0){ + echo "
"; + for($i = 0; $i < count($campos); $i++){ + echo "
  • ".$campos[$i].""; + } + }else{ + echo "
    + Datos correctos"; + } + echo "
    "; + } + ?> +

    + Nombre:
    + +

    + +

    + Password:
    + +

    + +

    + correo electrónico:
    + +

    + +

    +
  • + + \ No newline at end of file