sintax63 Posted March 11, 2010 Share Posted March 11, 2010 I have a simple contact form that I wrote which works fine: mail($recipient, $subject, $body, $header); However the text that gets passed to the $body variable needs to be unescaped because "you'll" turns into "you\'ll". What is the proper way to accomplish something like this? Link to comment https://forums.phpfreaks.com/topic/194909-unescaping-a-text-string-in-mail-function/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.