Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/02/2004, 18:11
Avatar de sakul
sakul
 
Fecha de Ingreso: julio-2002
Mensajes: 274
Antigüedad: 21 años, 8 meses
Puntos: 0
Si, ya lo intente:

estas son las primeras lineas de codigo que utilizo:

Código PHP:
<?
include("comunidad/cookie.php"); 
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " gmdate("D, d M Y H:i:s") . "GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
?>
y este es el error:

Warning: Cannot modify header information - headers already sent by (output started at /www/docs/lala.com.ar/public_html/comunidad/login.php:35) in /www/docs/lala.com.ar/public_html/index_new.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /www/docs/lala.com.ar/public_html/comunidad/login.php:35) in /www/docs/lala.com.ar/public_html/index_new.php on line 4

Warning: Cannot modify header information - headers already sent by (output started at /www/docs/lala.com.ar/public_html/comunidad/login.php:35) in /www/docs/lala.com.ar/public_html/index_new.php on line 5

Warning: Cannot modify header information - headers already sent by (output started at /www/docs/lala.com.ar/public_html/comunidad/login.php:35) in /www/docs/lalacom.ar/public_html/index_new.php on line 6

Como hago para invocar al archivo cookie.php y ademas utilizar las "headers" juntos??

Última edición por sakul; 06/06/2005 a las 07:43