The php function strip_tags() is a very usefull function, in case you wanna remove html tags from a string or just leave one or few needed tags. But what about if you wanna leave all html tags and only remove one or few tags? For that reason i made this simple function: function strip_html($tags,...
link