Loading php/registroSol.php +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
php/registroSol.php +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading