Hi. I'm having problems sending mail using PHP. I have a form in a regular HTML file, and it contains just a TEXTAREA field, the value of which is submitted to the PHP file/script to be e-mailed. When I receive the e-mail, some characters have been "escaped", and there are extra lines. For example, if I enter the following in the TEXTAREA box:
Hi, it's January
It's cold
The resulting e-mail displays the following:
Hi, it\'s January
It\'s cold
(That should be a backslash before each apostrophe... just in case the forum script messes with it!)





Bookmarks