I have to create and write into a csv file. Now I tried with the following code:
header(\'Content-type: application/octet-stream\'); header(\'Content-dispo
Change the first header to header('Content-type: text/csv');
header('Content-type: text/csv');