Is there any way to have PHP output a string with the \r\n and \n's as actual text instead of linebreaks? I'm seeing an interesting issue where an explode() on \n's isn't running properly on a Windows server...
EDIT: The \r\n's are coming from a user pressing enter when typing into a textarea so there's nothing for me to escape...