I am writing out a .txt file from a database, and I want it to write out a record and then do a new line, which I assumed and always knew it as \n. But when I do this, it places a rectangle type box, and does not do a new line. I am using a win32 platform of php, and everything else works fine ie. \t and such, but I would really like to find out what is going on. Any suggestions would be very helpful