This really is more of a browser and mime type question but PHP generates the files and you all are so helpful :-P
Anyway I have some code that generates tab delimited text files. This all works beautifully, but when a user downloads the files (xxx.txt) the new lines are not properly interpreted by all windows programes (particularly access). If the file is opened in wordpad then saved it works fine. The mime type on my server for .txt is text/plain. Some browsers download the files ok others don't. Any thoughts??