Exportar CSV con php
// definimos el tipo MIME y la codificación header("Cache-Control: public"); header('Content-Type: text/csv; charset=utf-8'); header('Content-Disposition: attachment; filename=' . $nombre . '_pax.csv');