jcadima
1/1/2018 - 4:50 PM

PHP CSV new line issues



new line issue fix
https://stackoverflow.com/questions/5539053/php-fgetcsv-returning-all-lines

put at the top of the script:

ini_set('auto_detect_line_endings', true);