Tema: problemon
Ver Mensaje Individual
  #13 (permalink)  
Antiguo 17/06/2005, 15:17
Patriciam
 
Fecha de Ingreso: junio-2005
Mensajes: 15
Antigüedad: 18 años, 10 meses
Puntos: 0
como los estas buscando, yo ahi los veo, usa un print_r

$usuario_existe=revisa_password_usuario($_POST['usuario'], $_POST['password'], $_POST['tipo']);
if($usuario_existe==01)
{
$mensaje="usuario no registrado";
header("Location:index.php?mensaje=$mensaje");
}
else
{
//header("Location:alumno.php");
print_r($usuario_existe);

a mi me regresa este resultado:
Array ( [0] => 1 [id] => 1 [1] => karo [usuario] => karo [2] => pkaro [password] => pkaro )