In my php project I am using php mail function. I have send test's as the content. But in my mail it look test\'s . How can I avoid this special character? I put nl2br function ... I also tried add slashes and strips开发者_开发百科lashes function. But that special character still appears.
stripslashes();
精彩评论