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
<p><em style="margin: 0px; padding: 0px; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px;">Here's What's Included:</em></p>
<ul>
<li><strong style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; margin: 0px; padding: 0px; background-color: initial;">Good Start. Face Serum</strong><span style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; background-color: initial;"> - Designed to bring your skin instant moisturization, softer and a brighter looking appearance.</span></li>
<li><strong style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; margin: 0px; padding: 0px; background-color: initial;">Good Day. Day Moisturizer</strong><span style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; background-color: initial;"> - Designed to refresh your skin and provide ample hydration that glides on silky smooth.</span></li>
<li><strong style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; margin: 0px; padding: 0px; background-color: initial;">Good Day. Night Moisturizer</strong><span style="color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 15px; background-color: initial;"> - Designed to help your skin replenish and hold in hydration as you sleep. Wake to plumper, smoother looking skin.</span></li>
</ul>