Hi I am writing a script that allows the user to send a simple email to our admin officer. the problem is that the email gets sent but when you read it you would see a bunch of those "\r\n" incorporated inside the email.
How do I get rid of these tags and convert them into breaks? I tried replace "\r\n" with "<br/>" and it still doesnt do anything? PLease help!


Reply With Quote
Bookmarks