![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
09/10/2010, 20:45
|
![Avatar de carlos_belisario](http://static.forosdelweb.com/customavatars/avatar350503_10.gif) | Colaborador | | Fecha de Ingreso: abril-2010 Ubicación: Venezuela Maracay Aragua
Mensajes: 3.156
Antigüedad: 14 años, 10 meses Puntos: 461 | |
Respuesta: problema con redireccionamento
Código PHP:
Ver original{ if (clave==$row["clave"]) { $respuesta='registrado.php'; header("location:tupagina.php"); } }else{ //usuario no registrado $respuesta='noregistrado.php'; header("location:tupagina.php"); }
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 |