Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/01/2011, 11:17
dezagus
 
Fecha de Ingreso: abril-2010
Ubicación: Ping: BSAS - Arg
Mensajes: 791
Antigüedad: 14 años
Puntos: 25
Respuesta: Circulo sin fin!

Ya lo pude solucionar.
Dejo el code por si a alguno les sirve:

Código PHP:

$CD 
$_GET["cd"];

            
// Publicidad
            
if($_SESSION['publicidad'] != 'OK'){
            
$_SESSION['publicidad'] = 'OK';
            
header"Location: http://subdominio.miweb.com/step1/?cd=$CD" );
            } 

Código PHP:

        
if ($_GET["cd"] != ''){
        
                echo 
'<body onLoad="location.href=\'http://miweb.com/r.php?cd='.$_GET["cd"].'\'">';
                
        }else{
                echo 
'<body>';
        } 
Saludos, gracias a todos!