Código PHP:
$ruta = "descargas/pedidos.csv";
header("Content-Description: File Transfer");
header("Content-Type: application/force-download");
header("Content-Disposition: attachment; filename=$ruta");
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