Ver Mensaje Individual
  #6 (permalink)  
Antiguo 10/06/2009, 22:21
Avatar de acoevil
acoevil
 
Fecha de Ingreso: julio-2008
Ubicación: localhost/colombia/sevillaValle.php
Mensajes: 1.123
Antigüedad: 15 años, 9 meses
Puntos: 32
Respuesta: validacion de usuarios

Algo como esto

$verification=mysql_query("select * from usuarios where login='$login' and clave='$clave' limit 1");
if(mysql_num_rows($verification)>0){
header("location:segura.php");

}