[SOLVED] Mail(): " showing as \"
Posted: Thu Jul 29, 2004 4:19 pm
I have page where the user can enter their email address (textbox), subject (textbox), and message (textarea). Once they hit submit, the message is sent to me. If the user puts the ' character (single-quote) or the " character (doube-quote), it shows up as '' or \" in the email. How can I prevent this from happening, without escaping these special characters with a backslash in the textarea itself? Thanks in advance.