In my CMS application, administration users can add HTML content via a WYSIWYG editor that gets filtered by HTMLPurifier.I am no开发者_开发知识库w wanting to add a message board functionality. I am pl
I\'m a little confused about the StripTags filter as used in Zend. I think it\'s meant to strip tags that could result in XSS. So shouldn\'t that mean it should be used when outputting data in the vie
I\'m trying to use the following code and it still strips out all the tags.Am I doing something wrong?I\'m using the newest V1.10
I am trying to cut text from a database off if <!-- break --> is found then only show what is before the break. I currently have this code