Hi everyone,
I'm sure this is something that is very easy to do, but I am "code challenged" so I'll ask for some help.
I have a simple update form which sends a plain text email containing the data entered by the user. The problem is, when the user enters characters such as single quote (or apostrophe) or double quotes, the text in the email then has the backslash escape character in place of said entities. Anything following an apostophe is truncated.
I've spent the last two hours scouring the PHP manual, but nothing is making sense as to what I need to include in my code to allow users to enter the above mentioned characters without causing problems.
Any help would be GREATLY appreciated!
Thanks in advance
Dave