Hi,
I am sending mail using the mail() function. The mail-body is stored in a variable.
The problem is that when the user inputs a " the mail function automatically escapes these by putting \". I want to somehow remove the \ from the message but have no clue how to...
Is it possible?
Thanks
Thomas