require_once '../template/superadmin/action_connection.php' ;
include("../settings/adminsession.php");
?>
query($Query);
$nsssss=mysql_num_rows($namesss);
$manssss='0';
$si=0;
?>
S.No |
Product Name + Qty |
Company |
Offer |
Price |
while ($rowsss = mysql_fetch_array($namesss)) {
$product_id=$rowsss['product_id'];
$status=$rowsss['status'];
$cat_id=$rowsss['manufacturer_id'];
$get_comp = mysql_query("select `name` from tbl_company where id='".$rowsss['vstatus']."'");
$set_comp = mysql_fetch_array($get_comp);
$Query = "SELECT * from `shop_category` where category_id='$cat_id' ";
$name=$DB->query($Query);
$no=mysql_num_rows($name);
$row = mysql_fetch_array($name);
//sprintf("%02d", $to_hour);
?>
echo $si=$si+1;?> |
echo strtoupper($rowsss['name']).' '.strtoupper($rowsss['product_url']);?> |
= $set_comp['name'];?> |
echo strtoupper($rowsss['offer_unit']);?> |
Rs. echo $rowsss['price'];?>
|
}
?>