Hi all,
I've just started learning PHP using the head first book, the first thing they look at is emailing an online form, handy because someone at work wanted one doing so they could get feedback on their performance.
I've adapted the HTML and the PHP and it works fine, even managed to get the email to be well laid out
I have a little issue though, it's nothing major but it's something that will niggle me!
At the end of the form there is an "anything else you want to add?" question with a textarea for the user to enter information. While testing I used the word DON'T, but in the email it escapes the apostrophe and comes out as DON\'T.
Can anyone suggest what I need to go and look at in order to get this sorted?
I've just started learning PHP using the head first book, the first thing they look at is emailing an online form, handy because someone at work wanted one doing so they could get feedback on their performance.
I've adapted the HTML and the PHP and it works fine, even managed to get the email to be well laid out

At the end of the form there is an "anything else you want to add?" question with a textarea for the user to enter information. While testing I used the word DON'T, but in the email it escapes the apostrophe and comes out as DON\'T.
Can anyone suggest what I need to go and look at in order to get this sorted?