Ver Mensaje Individual
  #4 (permalink)  
Antiguo 09/10/2010, 20:45
Avatar de carlos_belisario
carlos_belisario
Colaborador
 
Fecha de Ingreso: abril-2010
Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años
Puntos: 461
Respuesta: problema con redireccionamento

Código PHP:
Ver original
  1. if($row=mysql_fetch_array($result))
  2. {
  3. if (clave==$row["clave"])
  4. {
  5. $respuesta='registrado.php';
  6. header("location:tupagina.php");
  7. }
  8.  
  9. }else{
  10. //usuario no registrado
  11. $respuesta='noregistrado.php';
  12. header("location:tupagina.php");
  13. }
pruebalo y nos dices que erro te da
__________________
aprende d tus errores e incrementa tu conocimientos
it's not a bug, it's an undocumented feature By @David
php the right way