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 class="MsoNormal" style="margin-bottom: 0.0001pt;"><span style="font-size: 12pt; font-family: 'Times New Roman', serif; color: #8e8e8e; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">An EPA registered sanitizer designed primarily for surfaces that have contact with food where sanitization is of prime importance. Unlike most disinfectants and sanitizers used in these areas, Sani-Cide FSC(</span><em><strong><span style="font-size: 12pt; color: #003366; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;">Food Surface Contact Sanitizer) </span></strong></em><span style="font-size: 12pt; font-family: 'Times New Roman', serif; color: #8e8e8e; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"> DOES NOT require rinsing, even after use on a food contact surface, making it the optimum sanitizer when time is premium. Ideal for food prep areas, beverage dispensing equipment and potable water system components.<br /> <br /> </span><span style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; mso-fareast-font-family: 'Times New Roman';">Highlights:</span></p>
<ul>
<li><span style="color: #8e8e8e; font-family: 'Times New Roman', serif; font-size: 12pt; line-height: 14.65pt;">Kills 99.999% of bacteria including Staphylococcus aureus, E.coli, Listeria monocytogenes, Salmonella (typhi) enterica and Shigella dysenteriae</span></li>
<li><span style="color: #8e8e8e; font-family: 'Times New Roman', serif; font-size: 12pt; line-height: 14.65pt;">Contains no phosphorus</span></li>
<li><span style="color: #8e8e8e; font-family: 'Times New Roman', serif; font-size: 12pt; line-height: 14.65pt;"> Contains no phosphorus</span></li>
<li><span style="color: #8e8e8e; font-family: 'Times New Roman', serif; font-size: 12pt; line-height: 14.65pt;"> No rinsing required</span></li>
<li><span style="color: #8e8e8e; font-family: 'Times New Roman', serif; font-size: 12pt; line-height: 14.65pt;"> Eliminates odors without leaving grit or soap scum</span></li>
<li><span style="color: #8e8e8e; font-family: 'Times New Roman', serif; font-size: 12pt; line-height: 14.65pt;"> Ideal for sanitization of potable water connections, hoses & faucets</span></li>
<li><span style="font-size: 12pt; line-height: 115%; font-family: 'Times New Roman', serif; color: #8e8e8e; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"> Packaging: quart, gallon, 55 gallon</span><span style="font-size: 12pt; line-height: 115%; font-family: Arial, sans-serif; color: #8e8e8e; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;"> </span></li>
</ul>