Finally allowed carriage returns in forum entries. This was done by swapping ASCII 13 and ASCII 10 for . Thus...
str_replace(chr(13).chr(10), ", $txt);
str_replace(chr(13).chr(10), ", $txt);
"Prepare for an oblivion for which there is no preparation." - O'Malley (Red Vs Blue)