<?php echo strip_tags("<p>This string contains a paragraph and <b>bold text</b>.</p>", "p")."\n"; echo strip_tags("<p>This string contains a paragraph and <b>bold text</b>.</p>", "<p>")."\n";
You have javascript disabled. You will not be able to edit any code.