Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/04/2005, 22:22
Avatar de payo22
payo22
 
Fecha de Ingreso: noviembre-2002
Ubicación: México
Mensajes: 839
Antigüedad: 21 años, 4 meses
Puntos: 1
error en el header

Hola Maestros

tengo un problema con el header me manda el siguiente mensaje:

Warning: Cannot modify header information - headers already sent by (output started at c:\wamp\www\foro2\respuesta.php:6) in c:\wamp\www\foro2\respuesta.php on line 112


y la linea es la siguiente:

Código PHP:
110  $tema_id=$_POST['tema_id'];
111  mysql_query($nu_respuesta,$conn) or die(mysql_error());
112  header("Location: listatemas.php?tema_id=".$tema_id."");
113  exit(); 
cual es el problema?

alguien puede ayudarme?

gracias por todo.