tags:

views:

29

answers:

1

Hi

IN my php project i am using php mail funcion . i have send test's as the content . But in my mail it look test\'s . How i avoid this special charector . I put nl2br function .. i also tried add slashes and stripslashes function. But still appear that special charector .. Please help me urgently..

+1  A: 

stripslashes();

bbbbb
check http://be.php.net/manual/en/function.stripslashes.php
Natrium