ukweb Posted June 15, 2009 Share Posted June 15, 2009 Hi All, I have a couple of questions. I have made a script (which works) to send HTML formatted email, problem is every instance of an ' appears as \' instead! So instead of "We're taking orders..." it appears as "We\'re taking orders..." once the email has been received. Any ideas how to put this right??? Quote Link to comment https://forums.phpfreaks.com/topic/162261-solved-sending-html-emails-with-php-help/ Share on other sites More sharing options...
MadTechie Posted June 15, 2009 Share Posted June 15, 2009 its probably magic quotes, if possible turn them off, if not use stripslashes() on the posted data Quote Link to comment https://forums.phpfreaks.com/topic/162261-solved-sending-html-emails-with-php-help/#findComment-856349 Share on other sites More sharing options...
ukweb Posted June 15, 2009 Author Share Posted June 15, 2009 its probably magic quotes, if possible turn them off, if not use stripslashes() on the posted data Ta very much, works :-D Quote Link to comment https://forums.phpfreaks.com/topic/162261-solved-sending-html-emails-with-php-help/#findComment-856357 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.