query($SQL_Category); while ($objResult_Category = mysqli_fetch_array($objQuery_Category)) { $ProductCategoryName = $objResult_Category["ProductCategory_Name"]; $ProductCategoryID = $objResult_Category["ProductCategory_ID"]; if($ProductCategoryID == 15){ $BG = "style='background: #e6e6e6;'"; }else{ $BG=""; } ?>
>


query($SQL_Product); ?>