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
<table class="item-property-table">
<tbody>
<tr class="item-property">
<td class="item-property-name">Coupling Size Code:</td>
<td class="item-property-value">4</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Sleeve Type Code:</td>
<td class="item-property-value">JE</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Sleeve Construction:</td>
<td class="item-property-value">One Piece Solid</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Sleeve Material:</td>
<td class="item-property-value">EPDM Rubber</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Torque Capacity:</td>
<td class="item-property-value">120 in·lb</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Maximum RPM:</td>
<td class="item-property-value">7600 RPM</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Horsepower @ 100 RPM:</td>
<td class="item-property-value">0.19 hp</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Maximum Angular Misalignment:</td>
<td class="item-property-value">1 °</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Maximum Parallel Misalignment:</td>
<td class="item-property-value">0.01 in</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Operating Temperature Range:</td>
<td class="item-property-value">-30 to +275 °F</td>
</tr>
<tr class="item-property">
<td class="item-property-name">Series:</td>
<td class="item-property-value">S-Flex</td>
</tr>
</tbody>
</table>
<p> </p>