Código PHP:
Warning: Cannot modify header information - headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217) in /home/antonio/public_html/tienda/index.php on line 10
y en la index me muestra el siguiente error :
Código PHP:
Warning: Cannot modify header information - headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217) in /home/antonio/public_html/tienda/index.php on line 4
Warning: Cannot modify header information - headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217) in /home/antonio/public_html/tienda/index.php on line 5
Warning: Cannot modify header information - headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217) in /home/antonio/public_html/tienda/index.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/antonio/public_html/tienda/rest/ase_verifica.inc.php:217) in /home/antonio/public_html/tienda/index.php on line 7
Código PHP:
// No almacenar en el cache del navegador esta página.
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Expira en fecha pasada
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); // Siempre página modificada
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Pragma: no-cache"); // HTTP/1.0
a ver si me podeis ayudarque ando como loco con esto
Gracias de antemano
Un Saludo