Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/04/2004, 11:05
Avatar de claudiovega
claudiovega
 
Fecha de Ingreso: octubre-2003
Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 20 años, 6 meses
Puntos: 11
antes de header() no debe haber ningun echo o print o algo asi. No debe haber html tampoco. 2 soluciones:

1. reorganizar el codigo

2. usar ob_start() y ob_end_flush() al inicio y al final del script respectivamente, y asi no hacer cambios en el codigo.
__________________
Dedicado a proyectos web, actualmente desarrollando un sistema de diseño de flyers online muy fácil de usar.