Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/04/2007, 07:16
Avatar de elimaira
elimaira
 
Fecha de Ingreso: octubre-2006
Mensajes: 31
Antigüedad: 17 años, 7 meses
Puntos: 0
descargar archivo automaticamente con header information

hola necesito ayuda en como descargar un archivo automaticamente con la informacion de cabecera de la pag toy tratando de hacerlo con esto:
Código PHP:
    $ruta "descargas/pedidos.csv";
    
header("Content-Description: File Transfer");
    
header("Content-Type: application/force-download");
    
header("Content-Disposition: attachment; filename=$ruta"); 
el archivo yo lo creo en php de acuerdo a una consulta a la BD, pro cuando ejecuto lo anterior me dan los sgts warnings y no se descarga el archivo:

Warning: Cannot modify header information - headers already sent by (output started at /home/servidor/public_html/demo/admin/index.php:14) in /home/servidor/public_html/demo/admin/descarga_base_de_datos.php on line 55

Warning: Cannot modify header information - headers already sent by (output started at /home/servidor/public_html/demo/admin/index.php:14) in /home/servidor/public_html/demo/admin/descarga_base_de_datos.php on line 56

Warning: Cannot modify header information - headers already sent by (output started at /home/servidor/public_html/demo/admin/index.php:14) in /home/servidor/public_html/demo/admin/descarga_base_de_datos.php on line 57

por favor si m podrian ayudar se los sabre agradecer ....necesito ayuda