Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/11/2011, 13:19
webankenovi
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: Isset no comprueba bién

exactamente como te dice linuxzero pero añadiria un elseif en vez de dos if

Código PHP:
Ver original
  1. if(isset($_SESSION['step'])){
  2.         if($_SESSION['step'] == 2){
  3.             header("location: email_password");
  4.             exit;
  5.  
  6.         }elseif{($_SESSION['step'] == 3){
  7.  
  8.             header("location: captcha");
  9.             exit;
  10.         }
  11.     }