Código: Seleccionar todo
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3525: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3527: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /mipagina2.php:1)
Código: Seleccionar todo
3525 - header('Content-type: text/html; charset=UTF-8');
3527 - header('Cache-Control: private, no-cache="set-cookie"');
3528 - header('Expires: 0');
3529 - header('Pragma: no-cache');
Estoy demasiado "verde" en el tema y no sé cual es la causa del error... ¿podeis echarme una mano?