Is there any way to get PHP to spit out a new line that windows is happy with directly.
Ok here's the thing. I have a bit of code that spits out data as a text file, but the way it is transferred is I right click the link to the page and select "save target as..." so the PHP feed goes straight to a text file on a windows box. Then I have a local routine that pulls the text file in Access. Unfortunately without first opening and replacing the new lines Access does not like the files. I've tried \n, \r and \n\r. None work straight.
I do it this way because it saves me a few steps rather than generating a text file and transferring via FTP.
Thanks.