Skip to content Skip to sidebar Skip to footer
Showing posts with the label Strip Tags

Apply Htmlentities To Stripped Tags

Researched links: How do you apply htmlentities selectively? and PHP function to strip tags, except… Read more Apply Htmlentities To Stripped Tags

Strip_tags Not Working

I am truing to filter html characters out like this $user = $_POST['user']; //Get username … Read more Strip_tags Not Working