| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/nhadatkhangdien.net-bk/public_html/templates/ |
Upload File : |
<div class="title">
<h3>
<a>Nội thất</a>
</h3>
</div>
<br>
<?php if(count($result_product)>0){ ?>
<?php for($i=0;$i<count($result_product);$i++){?>
<div class="sp" <? if(($i+1) % 4 == 0){?>style="margin-right:0px" <? }?>>
<div class="sp_img">
<a href="noi-that/<?=$result_product[$i]['tenkhongdau']?>/<?=$result_product[$i]['id']?>.html">
<img src="<?=_upload_sanpham_l.$result_product[$i]['photo']?>" alt="<?=$result_product[$i]['ten']?>" />
</a></div>
<div class="sp_info">
<div class="sp_ten">
<a href="noi-that/<?=$result_product[$i]['tenkhongdau']?>/<?=$result_product[$i]['id']?>.html"><?=$result_product[$i]['ten']?></a></div>
<div class="sp_mota">
<?=catchuoi($result_product[$i]['mota'],70)?></div>
</div>
</div>
<? }?>
<div class="phantrang"><?=$paging['paging']?></div>
<?php } else{?>
<div style="font-size:14px;color:#F00;font-weight:bold; text-align:center; margin:10px;" > Dữ liệu đang cập nhật</div><br />
<? } ?>