Jump to content

php library to rip all html tags except a h1 and <b>


jjk2

Recommended Posts

so should i first use smoething to tidy up the html page first, make sure no broken tags exist, and then use strip_tags.

 

will strip_tags work for an array containing the html page.

 

implode the array and it will. No you do not need to tidy up the html. Just make sure the ones you want allowed are in the 2nd parameter like shown in the manual.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.