Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/01/2006, 12:41
Avatar de mauled
mauled
 
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 1 mes
Puntos: 33
Exclamación Problema con HEADER

hola a todos:

Tengo el siguiente código:

Código PHP:
$insert mysql_query($insertar,$link);
    if (!
insert)
    echo 
"Ya valio";
    else 
    
header("Location: www.yahoo.com"); 
y al momento de ejecutarlo obtengo el siguiente error

Código:
Warning: Cannot add header information - headers already sent by (output started at d:\foxserv\www\tiempoc\insert_new.php:6
Me podria decir alguien como arreglo este problema
Gracias