Quote:
<?php $text = '<p>Test paragraph.</p><!-- Comment --> <a href="#fragment">Other text</a>'; echo strip_tags($text); echo "\n"; // Allow <p> and <a> echo strip_tags($text, '<p><a>'); ?> |
Quote:
Test paragraph. Other text <p>Test paragraph.</p> <a href="#fragment">Other text</a> |
Quote:
Other text'; echo strip_tags($text); echo "\n"; // Allow and echo strip_tags($text, ' '); ?> |
P.S. Almost forgot to link the site. If you want to take a peek it is www.pvpgamer.com
I disabled all the plugins and it did not fix the problem.