| Server IP : 104.21.37.246 / Your IP : 172.71.28.146 [ 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/kainumber.com/theme/ |
Upload File : |
<!-- /.category -->
<div class="px-0 mt-5 mt-md-0">
<div class="row pt-md-0">
<div class="col-md-12 px-md-2 border bg-kai2 py-3" >
<div class="row ">
<div class="col-md-12 text-center fw-loungethbold text-kai1">
<h1>กดเลือกค้นหาเบอร์ ตามสิ่งที่ท่านต้องการ</h1>
</div>
</div>
<div class="container px-xxl-5">
<div class="row py-0 d-md-flex px-xxl-5">
<div class="col-md-6 d-flex">
<?php
$num = 1;
$list_cat = array('table'=>'category','where'=>'status = 1 ','order'=> "ORDER BY id ASC LIMIT 0 , 4");
$view_cat = $view_db->view($list_cat);
$result_cat = $view_db->q_re($view_cat);
while($row_cat = $view_db->q_ro($result_cat))
{
$img_bn2="../redbag/category/".$row_cat['image'];
?>
<div class="col text-center">
<img src="<?php echo $image_class->webpImage2($img_bn2); ?>" style="cursor:pointer" height="75" class="img_cat"
onclick="search_submit('cat',<?php echo $row_cat['id']; ?>)">
<p class="text-kai1 fw-loungethbold"><?php echo $row_cat['name'];?></p>
</div>
<?php $num++; } ?>
</div>
<div class="col-12 col-md-6 d-flex">
<?php
$num2 = 1;
$list_cat2 = array('table'=>'category','where'=>'status = 1 ','order'=> "ORDER BY id DESC LIMIT 0 , 4");
$view_cat2 = $view_db->view($list_cat2);
$result_cat2 = $view_db->q_re($view_cat2);
while($row_cat2 = $view_db->q_ro($result_cat2))
{
?>
<div class="col text-center">
<img src="../redbag/category/<?php echo $row_cat2['image'];?>" style="cursor:pointer" height="75" class="img_cat"
onclick="search_submit('cat',<?php echo $row_cat2['id']; ?>)">
<p class="text-kai1 fw-loungethbold"><?php echo $row_cat2['name'];?></p>
</div>
<?php $num2++; } ?>
</div>
</div>
<?php include('../theme/link_line.php');?>
</div>
</div>
</div>
</div>
</div>
<!-- /.category -->