<?php $str ='<ol style="list-style-type: lower-alpha;"> <li>Blahblahblah lots of text</li> <li>Even more text.</li> <li>Yet more text</li> </ol>'; echo strip_tags(str_replace("<li>", "•", $str));
You have javascript disabled. You will not be able to edit any code.