PHP strip_tags use a whitelist for skip some tags that you don’t want were get rid. Anybody knows some implementation but using a blacklist instead of a whitelist?
PHP strip_tags use a whitelist for skip some tags that you don’t want were
Share
A simple compound regex search would work (if this is still about your previous issue):