Hi:
I'm using php to write a text file on a unix server that is then downloaded (along with a visual basic program) to a windows computer. When the visual basic program runs, it complains about reading past end of line or something. If I open up the text file and remove the last line, all is well. If I try writing the file with any combination of characters (\n \r \r\n) it still complains. If I write it with nothing it still complains. Is unix putting something at the end of the file?