$product="active";
$caller1="open";
$pro_de="active";
require_once '../template/superadmin/action_connection.php' ;
include("../settings/adminsession.php");
session_start();
?>
Product Name |
S.No |
Category |
Image |
Price |
Sell Price |
View |
query($Query);
$nsssss=mysql_num_rows($namesss);
$manssss='0';
$si=0
while ($rowsss = mysql_fetch_array($namesss)) {
$product_id=$rowsss['product_id'];
$cat_id=$rowsss['manufacturer_id'];
$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 $rowsss['name'];?> |
echo $row['name'];?> |
 |
echo $rowsss['price'];?>
|
echo $rowsss['sell_price'];?>
|
View
|
}
?>