$txt = str_replace("\r\n", ' ', $txt);
I gave this code in my mail sending function. Still it shows "\r\n" in mail message. How to remove this "\r\n".
`, Or see [this](http://stackoverflow.com/a/5946256/2236219) – Manwal Jan 08 '15 at 06:38