
05/10/2006, 17:14
|
 | | | Fecha de Ingreso: julio-2006
Mensajes: 118
Antigüedad: 18 años, 8 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); |