Ver Mensaje Individual
  #15 (permalink)  
Antiguo 07/06/2011, 10:28
Avatar de skiper0125
skiper0125
 
Fecha de Ingreso: octubre-2010
Ubicación: $this->Mexico('Toluca');
Mensajes: 1.127
Antigüedad: 13 años, 6 meses
Puntos: 511
Respuesta: problema de url grabado en el historial

Utiliza este ejemplo

Código PHP:
Ver original
  1. if($_SESSION["nombre"]==""){
  2.     echo "Error: No ha iniciado Sesión correctamente";
  3.     echo "<head><meta http-equiv='refresh' content='2; url=tupaginadelogin'></head>";
  4. }else{
  5.     include("config.php");
  6.     echo "<center><b><h2>Bienvenido al Area de Usuarios:</h2></b><h1><strong>";
  7.          
  8.     echo $_SESSION["nombre"]." ".$_SESSION["apaterno"]." ".$_SESSION["amaterno"]." ";  
  9.    
  10.     echo "<center><br><br></strong></h1><b><h2>Has entrado con el nick:</b><h1> <strong> ";
  11.     echo $_SESSION["login"];
  12.     echo "</h2></h1>
  13.        </strong>";
  14. }
__________________
Recuerda que estamos aquí para orientarte, y no para hacer tu trabajo.
Si mi aporte fue de ayuda, recuerda que agradecer no cuesta nada +1

Skiper0125