php class category { function getmaincatlist() { $q = "select * from category"; $db = new dboperation1(); $db->getconnection(); $rs = $db->selectquery($q); return $rs; } function returnmaincat($cid) { $q = "select * from category where cid='$cid'"; $db = new dboperation1(); $db->getconnection(); $rs = $db->selectquery($q); return $rs; } // Fixed: Safely closed the function } // Fixed: Safely closed the category class
<ul class="bullet" style="box-sizing: border-box; border: 0px; margin: 1em 0px 1em -1.5em; padding: 0px 0px 0px 40px; list-style: square outside none; font-size: 1.4em; color: #3c3c3c; font-family: Raleway, sans-serif;">
<li style="box-sizing: border-box; border: 0px; margin: 0px 0px 0.75em; padding: 0px;">Heavy duty construction.</li>
<li style="box-sizing: border-box; border: 0px; margin: 0px 0px 0.75em; padding: 0px;">Tough wood working surface which has been specially treated to resist water and dust.</li>
<li style="box-sizing: border-box; border: 0px; margin: 0px 0px 0.75em; padding: 0px;">The legs are of tubular construction designed to carry heavy loads.</li>
<li style="box-sizing: border-box; border: 0px; margin: 0px 0px 0.75em; padding: 0px;">The benches are simple to erect and dismantle and easy to transport.</li>
<li style="box-sizing: border-box; border: 0px; margin: 0px 0px 0.75em; padding: 0px;">Available in 3 sizes.</li>
</ul>