class subscribe { public $email; public $s; public $sdate; function subs($email, $sdate) { // Fixed: Explicitly named database table columns (adjust 'email' and 'sdate' columns if named differently in your database) $q = "insert into newsletter(email, sdate) values ('$email', '$sdate')"; $db = new dboperation1(); $db->getconnection(); $rs = $db->insertquery($q); return $rs; } function viewnews() { $q = "select * from newsletter"; $db = new dboperation1(); $db->getconnection(); $rs = $db->selectquery($q); return $rs; } } class contact { public $cname; public $cemail; public $cphone; public $ccompany; public $cmsg; public $cdate; function coninst($cname, $cemail, $cphone, $ccompany, $cmsg, $cdate) { $q = "insert into contact(cname, cemail, cphone, ccompany, cmsg, cdate) values ('$cname', '$cemail', '$cphone', '$ccompany', '$cmsg', '$cdate')"; $db = new dboperation1(); $db->getconnection(); $rs = $db->insertquery($q); return $rs; } function viewenquiry() { $q = "select * from contact"; $db = new dboperation1(); $db->getconnection(); $rs = $db->selectquery($q); return $rs; } } 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><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Body :</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">- % 100 recyclable polymer materials</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">- Resistant to UV rays</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">- V0 fireproof-doped</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">- High mechanical and thermal performances</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Reflector :</span><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;"> 99.9% purity anodized aluminum</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Diffuser :</span><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;"> Policarbon</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Lampholder : </span><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">EN 60238 porcelain</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Gasket :</span><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;"> Heat-resistant, solid, equal to the density of each point</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">CNC Machine tools poured polyurethane.</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Cable :</span><span style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;"> 1.5 mm silicon</span><br style="color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;" /><span style="font-weight: bold; color: #333333; font-family: Calibri; font-size: 14.6667px; background-color: #f0f0f0;">Ballast :</span><span style="color: #333333; font-fam