Technical Solutions
Wednesday, 29 March 2017
how to remove special char from email
$str = utf8_decode($message);
$message = str_replace(" ", " ", $str);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment