I\'m using fputcsv in PHP to output a comma-delimited file of a database query. When opening the file in gedit in Ubuntu, it looks correct - each record has a line break (no
windows needs \r\n as the linebreak/carriage return combo in order to show separate lines.
\r\n