I have a mail form with a textarea and when I use it to send mail the email has \'s instead of 's. Whenever I use an apostrophe it translates it with an \ before it. How do I fix this?

    It sounds like you have magic_quotes turned on

    You can remove them with stripslashes() before you add the data to the email content

      Write a Reply...