<?php $ht = "<p>lorem ipsum</p><p>323</p>"; $ht = str_replace(['</p>', '</div>', '</span>'], "\n", $ht); $str = strip_tags($ht); echo $str;
You have javascript disabled. You will not be able to edit any code.