Online HTML / PHP Tag Stripping Tool



If you encounter any errors with this tool attaching the file that causes problems.




About

This on-line web tool strips all HTML and PHP tags from the input. Please note that because this strip tahs utility does not actually validate the HTML, partial, or broken tags can result in the removal of more text/data than expected.

This utility uses the StripTags class designed to replace PHP's strip_tags function. It's purpose is to help prevent XSS attacks on your site when you allow users to post content that is shown to other users. The class fully supports UTF-8 encoded input, and will not mangle it as it does its processing work and it decodes Unicode-encoded strings to look for script injection this way.