Ver Mensaje Individual
  #1 (permalink)  
Antiguo 05/10/2006, 17:14
Avatar de devildriver
devildriver
 
Fecha de Ingreso: julio-2006
Mensajes: 118
Antigüedad: 17 años, 9 meses
Puntos: 0
tengo este error con el header

Warning: Cannot modify header information - headers already sent by (output started at /home/servicom/public_html/calendario/redireccion.php:7) in /home/servicom/public_html/calendario/redireccion.php on line 43

esto es lo que hay en esa linea
else
{

header("Location: http://www.google.com");
}
mysql_free_result($resultado);