strip_tags_smart: strip_tags Enhancement for PHP
If you’re working with various HTML in PHP, then you probably know that strim_tags doesn’t deal with all HTML code correctly. There are some problems with JS elements, with Microsoft Word HTML, etc. In order to get clean text, there is a function that holds all these exceptions. Its name is strip_tags_smart. You’re welcome to check its description… Read More »