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