$data = fetchRow($table = "tb__sub__category", $where = "WHERE sub_category_catid='".$_GET['catid']."'", $fieldName = "*");
foreach($data as $row) {
?>
$data = fetchobject($table = "tb__product", $where = "WHERE product_id='".$_GET['pid']."'", $fieldName = "*");
?>
echo "".strtoupper($row['sub_category_name'])."
"; ?>
}
?>
"; ?>