Products
$sel_product_category = mysql_query("select * from subcategory where category_id = '0' and status='1'");
$total_product_category = mysql_num_rows($sel_product_category);
if($total_product_category >0)
{ ?>
while($fetch_product_category = mysql_fetch_array($sel_product_category))
{
$category_id = $fetch_product_category['id'];
$hcategory_name = $fetch_product_category['category_name'];
$check_brand_exist = mysql_query("select * from subcategory where category_id='".$category_id."' and status='1'");
$total_brand_count = mysql_num_rows($check_brand_exist);
?>
if($total_brand_count >0) { ?>
} else { ?>
} ?>
} ?>
} ?>
$sel_bproduct_category = mysql_query("select * from subcategory where category_id = '9999' and image_upath!='' and subcategory_id = '9999' and status='1'");
$total_bproduct_category = mysql_num_rows($sel_bproduct_category);
if($total_bproduct_category >0)
{ ?>