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??? 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 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 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
Archived
This topic is now archived and is closed to further replies.