Using PHP to Remove an HTML Tag from a String
December 1, 2009
Dec
01
2009
There are times when you need to strip one specific HTML tag from a string and the PHP function strip_tags() doesn’t work the way you want it to. strip_tags() allows…

