Warning: Cannot modify header information - headers already sent by
Publicado por Sergio (25 intervenciones) el 29/10/2014 04:41:56
Buenas noches..
Que error tengo aca?
me tira esto:
Warning: Cannot modify header information - headers already sent by (output started at /home/badiussc/public_html/panel/listado.php:1) in /home/badiussc/public_html/panel/listado.php on line 5
<?php
@session_start();
if(!isset($_SESSION['apeynom']))
{
header('Location: http://www.badiuss.com.ar/lista');
exit();
}
?>
pero no me lo da en todas las computadoras
Que error tengo aca?
me tira esto:
Warning: Cannot modify header information - headers already sent by (output started at /home/badiussc/public_html/panel/listado.php:1) in /home/badiussc/public_html/panel/listado.php on line 5
<?php
@session_start();
if(!isset($_SESSION['apeynom']))
{
header('Location: http://www.badiuss.com.ar/lista');
exit();
}
?>
pero no me lo da en todas las computadoras
Valora esta pregunta


0