InNeedofHelp
06-23-2009, 06:23 AM
I'm working on a website with some friends and we've set up a Report A Bug page where the user enters what browser they're using, and describes the bug in a textarea. The page then submits, and an email is sent to us containing their report. We've found that in the emails we recieve, PHP slightly alters the message by putting a \ before every special character.
Example email that we recieve:
Hi, I\'m having trouble logging in. What\'s the problem?
How (and where) do we fix it so that the email reads normally?
Thanks.
Example email that we recieve:
Hi, I\'m having trouble logging in. What\'s the problem?
How (and where) do we fix it so that the email reads normally?
Thanks.