Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/06/2006, 09:42
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Código PHP:
if( isset( $_COOKIE['tu_cookie'] ) ) {
      
header"Location: otro.php" );
      exit();
}
// Continuar proceso porque no hay cookie