I\'m having some problems using strip_tags PHP function when the string contains \'less than\' and \'greater than\' signs. For example:
If I do:
stri
Instead of strip_tags(), just use htmlspecialchars() instead.
http://php.net/manual/en/function.htmlspecialchars.php