


Our Products
$sqlHm = mysql_query("select * from tbl_product where publish = 1 order by udate desc limit 12"); while($rowHm = mysql_fetch_array($sqlHm)){ ?>
=$rowHm['product'];?>
$path = 'dbimages/product/';
$image = $path . $rowHm['image1'];
list($width, $height, $type, $attr) = getimagesize($image);
if($width > $height){
$padding = (round((135-$height)/2));
?>

} else { ?>

} ?>
=$rowHm['shortdes'];?>
More
} ?>