Ver Mensaje Individual
  #5 (permalink)  
Antiguo 02/03/2016, 10:32
Avatar de Defaced
Defaced
 
Fecha de Ingreso: febrero-2016
Mensajes: 60
Antigüedad: 8 años, 2 meses
Puntos: 0
Respuesta: Login con filtro de variable

Si, De las formas que me has dicho, Y muchas gracias por responder
Código PHP:
Ver original
  1. $sql1= "select * from usuario where Estatus=A OR (username=\"$_POST[username]\") and password=\"$_POST[password]\"";
Código PHP:
Ver original
  1. $sql1= "select * from usuario where Estatus=A AND (
  2. username=\"$_POST[username]\") and password=\"$_POST[password]\"";