<?php $input = '<p>Lorem Ipsum</p><p>is simply dummy</p>'; $output = nl2br(trim(str_replace(array("<p>","</p>"),array("","\n"),$input))); echo $output;
You have javascript disabled. You will not be able to edit any code.