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="PrsnttnCpy verticalGutter" style="margin: 0px 0px 10px; padding: 0px; text-align: justify; line-height: 14px; color: #333333; font-family: arial, helvetica, sans-serif; font-size: 12px;">Designed with a beveled neck and a flat <span class="Wrd" style="white-space: nowrap;">head,</span> these screws sit flush within countersunk <span class="Wrd" style="white-space: nowrap;">holes.</span> They have a minimum Rockwell hardness of C32 and a minimum tensile strength of <span class="Wrd" style="white-space: nowrap;">120,</span>000 <span class="Wrd" style="white-space: nowrap;">psi.</span> Length is measured from the top of the <span class="Wrd" style="white-space: nowrap;">head.</span> These screws are not recommended for high-strength <span class="Wrd" style="white-space: nowrap;">fastening.</span></p>
<p class="PrsnttnCpy verticalGutter" style="margin: 0px 0px 10px; padding: 0px; text-align: justify; line-height: 14px; color: #333333; font-family: arial, helvetica, sans-serif; font-size: 12px;">Metric screws have a Class 6g thread fit and a <span class="Wrd" style="white-space: nowrap;">90°</span> bevel under the<span class="Wrd" style="white-space: nowrap;">head.</span> They meet DIN <span class="Wrd" style="white-space: nowrap;">7991/ISO</span> <span class="Wrd" style="white-space: nowrap;">10642.</span></p>
<p class="PrsnttnCpy" style="margin: 0px; padding: 0px; text-align: justify; line-height: 14px; color: #333333; font-family: arial, helvetica, sans-serif; font-size: 12px;">Zinc <span class="Wrd" style="white-space: nowrap;">Plated—</span>Screws have a protective coating that adds corrosion resistance for outdoor <span class="Wrd" style="white-space: nowrap;">use.</span></p>