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 style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">Compac Safety Cabinets fit almost anywhere and provide protection even where space is at a premium. These cabinets are ideal when storing lesser quantities of pesticides at a workstation or adding to existing storage capacities. Only 23-1/4 in. (591-mm) wide, they hold a full 12-gallons (45-L) of liquids.</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">Pesticides present a substantial danger to people and the environment when improperly stored. Pesticide safety cabinets allow segregation of liquids stored at the worksite, eliminating the potential for drips and spills during the transfer of pesticides. Dissimilar pesticides stored separately prevent one from contaminating another or the accidental use of the wrong chemical.</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">Safety cabinets that are specifically designed to house these types of chemicals offer features including sturdy double-wall, 18-gauge steel construction with 1½" of air space and dual flame-arresting vents.</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">The three-point automatic latch with keyed lock prevents unauthorized access. Steel shelves fitted with corrosion-resistant polyethylene trays adjust on 3" (77mm) centers to accommodate a wide variety of containers.</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">Manual-close door(s) opens to a full 180 degrees and self-latches when pushed closed. Self-close door(s) shuts and latches automatically when a fusible link melts at 165°F (74ºC) under fire conditions. Unique, concealed self-closing mechanism offers obstruction-free access to contents.</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">All door styles meet OSHA and NFPA 30; self-close door styles also meet NFPA 1 and the International Fire Code.</p>
<p style="margin: 0px 0px 1em; padding: 0px; font-size: 15px; line-height: 22.5px; color: #565656; font-family: 'Open Sans', arial, sans-serif;">All cabinets are FM approved and come with a ten-year warranty.</p>