I have recently started using tinymce to allow users to nicely format comments, rather than simple text areas. I have used the mysql escape command on all POSTED values, but now im finding im getting the escaped information for new line and paragraphs, ie \r\n
is there anyway i can filter this out by using some other command?