Dec 30th, 2012, 8:48 AM
(This post was last modified: Dec 30th, 2012, 8:49 AM by reddevil45.)
Didn't work exactly for me but found some decent workarounds for issues with this reference here: http://www.w3schools.com/php/php_ref_string.asp
I used <?=str_ireplace('\r\n',' ',@$fields['problem_description'])?>
It isn't a catch all for instance a double new line will show as "\r\n\r\n" however a single carriage return is parsed correctly.
ucfirst() and ucwords() are also helpful for mandatory capitalization.
Anyway it's a partial fix Don't know why this isn't resolved yet.
I used <?=str_ireplace('\r\n',' ',@$fields['problem_description'])?>
It isn't a catch all for instance a double new line will show as "\r\n\r\n" however a single carriage return is parsed correctly.
ucfirst() and ucwords() are also helpful for mandatory capitalization.
Anyway it's a partial fix Don't know why this isn't resolved yet.