Strip HTML Tags

Remove all HTML tags from a string.

Code

General
strip_tags($str);

Parameters

The string containing HTML tags to remove

Server

More PHP Snippets