I\'ve got a problem with a form in the administration area of my website. I use it for changing the displayed HTML text, it is written in PHP and connects to a MySQL databas
Test paragraph. Other text';
echo strip_tags($text);
echo "\n";
// Allow
Or
1.Use [strip_tags()][2]
2.Use [HTML Purifier][1] (recommended)
http://www.php.net/manual/en/function.strip-tags.php
http://htmlpurifier.org/