Re: [PHP] New Line code question \r\n etc.

2004-02-13 Thread BAO RuiXian
Al wrote: [snip...] I'd like to have my code clean up the newline code every pass and standardize it. What new line should I use, "\n" Unix, or what? Yes, "\n" is the line separator for Unix. Best Bao Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] New Line code question \r\n etc.

2004-02-13 Thread Al
I've got a php application running on a Unix system and need some help with the new line code. The application reads and saves text in a file from a browser textarea. Also, the text file is occassionally opened and edited via ftp and a regular plain text editor. It appears the new line code i