How can I remove attributes from an html tag?

前端 未结 6 435
醉梦人生
醉梦人生 2020-11-29 09:52

How can I use php to strip all/any attributes from a tag, say a paragraph tag?

to

6条回答
  •  暖寄归人
    2020-11-29 09:57

    You might also look into html purifier. True, it's quite bloated, and might not fit your needs if it only conceirns this specific example, but it offers more or less 'bulletproof' purification of possible hostile html. Also you can choose to allow or disallow certain attributes (it's highly configurable).

    http://htmlpurifier.org/

提交回复
热议问题