Guest User

Untitled

a guest
May 31st, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $resultados = mysqli_query($conexion,"SELECT * FROM $tabla_db2 WHERE user='$user' AND pass='$pass' ");
  2. while($consulta = mysqli_fetch_array($resultados)) {
  3. $_SESSION['sesion_exito']=1;//Inicio Sesion :D
  4. }
  5.  
  6. $resultados = mysqli_query($conexion,"SELECT * FROM $tabla_db2 WHERE user='admin' AND pass='12345' ");
  7. while($consulta = mysqli_fetch_array($resultados)) {
  8. $_SESSION['sesion_exito']=1;//Inicio Sesion :D
  9. }
Add Comment
Please, Sign In to add comment