Commit ccbe33fe authored by Axel Tomas Baltierra Hernandez's avatar Axel Tomas Baltierra Hernandez
Browse files

cambios php

parent 36b12554
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ if (isset($_POST['mandar'])) {
                if (isset($_POST['correo'])) {
                    $corr = $_POST['correo'];
                    if (isset($_POST['contraseña'])) {
                        $sqldup = "SELECT * FROM `solicitante` WHERE ";

                        $sql1 = "SELECT * FROM `solicitante`";

                        $res = $con->query($sql1);