Error al ingresar a la página "headers already sent"
Publicado por Emerick (1 intervención) el 24/08/2015 16:26:28
Hola muy buenas, tengo un problema al ingresar a la página e intentar conectarme.
Aquí está el error:
Y aquí están las líneas 14 y 16
Si me pueden ayudar, por favor. Gracias de antemano.
Aquí está el error:
1
2
3
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\cristian\verificar.php:1) in C:\xampp\htdocs\cristian\verificar.php on line 14
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\cristian\verificar.php:1) in C:\xampp\htdocs\cristian\verificar.php on line 16
Y aquí están las líneas 14 y 16
1
2
3
4
5
{
session_start();
$_SESSION['usuario'] = $usuario;
header("Location: index.php");
}
Si me pueden ayudar, por favor. Gracias de antemano.
Valora esta pregunta


0