![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
22/04/2009, 17:03
|
| | Fecha de Ingreso: marzo-2009
Mensajes: 105
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Respuesta: problema de validacion de usuarios $sql_login = "SELECT * FROM miusb_usuarios where username = '".$_POST['usuario']."'
and pass = '".$_POST['clave']."' and activo = '".$activo."'";
[COLOR="Red"]No deberia ser[COLOR]
$sql_login = "SELECT * FROM misb_usuarios where username = '".$_POST['usuario']."'
and pass = '".$_POST['clave']."' and activo = '".$activo."'"; |