Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/06/2003, 12:40
Avatar de Creature
Creature
 
Fecha de Ingreso: junio-2003
Ubicación: localhost
Mensajes: 19
Antigüedad: 20 años, 10 meses
Puntos: 0
Este es el error:

Cita:
Warning: Cannot add header information - headers already sent by (output started at c:\easyphp\www\index.php:9) in c:\easyphp\www\menu.php on line 59

El archivo index.php
Código PHP:
[8] <body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="1">
[9] <?
[10//calculando el tiempo que el server tarda en cargar la web
[11] function getmicrotime() {  
[
12]    list($usec$sec) = explode(" ",microtime());  
[
13]    return ((float)$usec + (float)$sec);  
[
14] } 
[
15$tiempo_inicio getmicrotime(); 
[
16?>
y el menu.php

Código PHP:
[56] <?
[57] if(!isset($HTTP_COOKIE_VARS["cookiebeta"])) {
[
58$galleta CookieBeta;
[
59setcookie("cookiebeta",$galleta,time()+3600);
[
60] include("encuesta.php"); //INCLUYENDO la encuesta
[61] }
[
62?>
Espero q alguien pueda ayudarme.

Un saludo
__________________
Gritale al cielo que no, quieres ser solo uno más ...

Última edición por Creature; 21/06/2003 a las 12:43