I have text like this coming from MYSQL (it can be multi-paragraph text):
<p>Nam convallis, odio eget ullamcorper eleifend, tortor sapien.</p>
<p>Aenean quis nibh turpis. Vestibulum posuere ex.</p>
<p>In interdum auctor maximus.</p>
<p>MOSTRAR SÓ ESSE</p>
I wanted to echo only the last <p>
, how can it be done?