Ver Mensaje Individual
  #3 (permalink)  
Antiguo 22/07/2008, 17:38
Kwic
 
Fecha de Ingreso: julio-2008
Ubicación: El Puerto de Santa María
Mensajes: 62
Antigüedad: 15 años, 9 meses
Puntos: 0
Respuesta: error en header

La función header() debe usarse al principio del código.
Para redirigir puedes usar lo siguiente:
Código PHP:
if(isset($_GET['modify'])) {
                echo 
"<META HTTP-EQUIV=\"REFRESH\" CONTENT=\"0;URL=nuevo_cliente.php\">";
            } 
Saludos