Error con sesion y headers

Iniciado por Feedeex, 4 Diciembre 2010, 21:20 PM

0 Miembros y 1 Visitante están viendo este tema.

Feedeex

Hola, en index.php tengo el código así al principio:

<?php
session_start
();
include(
"config.php");
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
<script type="text/javascript" src="../livevalidation.js"></script>
<head>


y me da:

CitarWarning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\index.php:1) in C:\xampp\htdocs\index.php on line 2

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\index.php:1) in C:\xampp\htdocs\index.php on line 2

No comprendo por qué, si no hay ningún caracter raro, espacio, o algo que pueda llegar a afectar.

seele

pues verifica que no haya ningun espacio despues de <?php y despues de la etiqueta de cierre ?>, deberia ser error de eso

Littl3

Si se imprime algo por pantalla no te deja hacer el header.

Un saludo.