I would like to know the closing tags for following strings using php
Code: Select all
$opening = '<div class="xxy">
<ul id="aab">
<li>';
$closing = ? //should be </li></ul></div>Moderator: General Moderators
Code: Select all
$opening = '<div class="xxy">
<ul id="aab">
<li>';
$closing = ? //should be </li></ul></div>