Jump to content

stevepatd

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by stevepatd

  1. I have a php file that outputs text to a standard ASCII text file.  I put a \n at the end of each line as it writes out.  I then have another php file that reads these generated files and does something with the data.  The problem is, when the second file reads the generated data it doesn't like the \n.  When I edit the generated files with Notepad instead of seeing a carriage return/line feed making the data line up in nice neat columns, I see a little square in place of the \n and the text continues on the same line wrapping at the edge of the screen. WHat command should I be using to prevent this? I'm running on a Windows server, either Win2000 or 2003. Thx, Steve
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.