When we make a post to our site it looks fine but when we view the post we see a bunch of \r\n.
We are told that we should use something like
str_replace("\r\n","<br/>",$YOUR_VAR)
in order to stop this.
Here is my question is the above correct? If so how would we right it out and where would we put it.
We are uncertain if we can just add it to our header file or if it needs to be in a specific file such as the file that outputs the text and so on.
If you guys can give some details and such it would be greatly appreciated.
Thank you.