Strings Php

The second argument is optional and should be a list of HTML tags that strip_tags() can leave in place. 
$string = "

 will not have it,";
$string .= "
.

The end";
print strip_tags( $string, "
" );
?>