
02/04/2004, 11:05
|
 | | | Fecha de Ingreso: octubre-2003 Ubicación: Puerto Montt
Mensajes: 3.667
Antigüedad: 21 años, 4 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. |