Ver Mensaje Individual
  #4 (permalink)  
Antiguo 15/02/2011, 11:15
kai89
 
Fecha de Ingreso: enero-2010
Mensajes: 373
Antigüedad: 15 años, 1 mes
Puntos: 5
Respuesta: problema con cabeceras

Warning: Cannot modify header information - headers already sent by (output started at /homepages/41/d346258629/htdocs/jaen/index.php:10) in /homepages/41/d346258629/htdocs/jaen/casa_b1.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /homepages/41/d346258629/htdocs/jaen/index.php:10) in /homepages/41/d346258629/htdocs/jaen/casa_b1.php on line 77

Ese es el mensaje de error que muestra y las lineas de error son las que e mostrado antes:

linea 67
Cita:
if ($_COOKIE['unvoto'] == "$id") {echo "";}else { setcookie("unvoto", "$id",time()+9500, "/","");
linea 77
Cita:
header('Location:'.$REQUEST_URI);