Let assume that $reply = "blah blah blah >< blah blah blah"; (>< is popular emoticon in korea)
but, when i use "strip_tags" to strip every html and php tags in $reply, every characters after "<" is removed.
i think strip_tags mixed up.
is there any solution to solve this problem?
htmlspecialchars. – Jon Dec 16 '11 at 2:27