[PHP-WIN] Re: Blank line for writing to a file

2003-02-12 Thread o-juice
Try \r\n instead of \n\r too. -- [EMAIL PROTECTED] "Brett Greiner" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I found out that '\n' does work but "\n" does. Very Strange! > > "Brett Greiner" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[E

[PHP-WIN] Re: Blank line for writing to a file

2003-02-03 Thread Brett Greiner
I found out that '\n' does work but "\n" does. Very Strange! "Brett Greiner" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I'm writing some text to a file I want to add a carriage return to the > file. I've tried \n and \n\r and all that does is echo the