| Server IP : 172.67.216.113 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/themes/ |
Upload File : |
<div class="visible-lg col-md-12" style="margin-bottom:20px;margin-top:25px;" align="center">
<p class="HeadText Bg_titile">บทความ </p>
<div class="div_boxR">
<?php
$list_ar = array('table'=>'article','where'=>'status = 1','order'=> "ORDER BY id DESC");
$view_ar = $view_db->view($list_ar);
$result_ar = $view_db->q_re($view_ar);
while($row_ar = $view_db->q_ro($result_ar))
{
$list_ar = array('table'=>'shop','where'=>'id = "'.$row_ar['id_shop'].'"');
$view_ar = $view_db->view($list_ar);
$row_sh = $view_db->q($view_ar);
$img = imgprofile_shop($row_sh['image_profile'],'33');
?>
<div style="padding:5px 15px;" class="text_h_sub" align="left"><?php echo $img; ?>
<a href="../article/detail.php?id=<?php echo $row_ar['id'];?>">
<?php echo $util_class->sub_str_2($row_ar['title'],80);?></a></div>
<?php
}
?>
<a href="../article/" style="color:#F00;font-size:15px;"> - ดูทั้งหมด - </a>
</div>
</div>