Tema: error HEADER
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/01/2008, 14:57
jalex16
 
Fecha de Ingreso: octubre-2006
Mensajes: 562
Antigüedad: 18 años, 4 meses
Puntos: 12
error HEADER

quiero usar este codigo para redirigir el index a otra pagina

<body>
<? header("Location: site/suscripcion/public/index.php"); ?>
</body>

pero me muestra

Warning: Cannot modify header information - headers already sent by (output started at /home/digitalh/public_html/impactovip/index.php:7) in /home/digitalh/public_html/impactovip/index.php on line 11

en otro script me funciona, en el archivo actual, no
ayuda!!!