| Server IP : 172.67.216.113 / Your IP : 104.23.243.32 [ 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/faq/ |
Upload File : |
<?php include('../include/header.php')?>
<?php $menu = 'article';?>
<?php include('../theme/menu.php')?>
<?php //include('../banner/index.php')?>
<!--<div class="container no_moblie">
<div class="row">
<div class="col-md-12" style="border:0px solid #FFF;padding-top:30px;">
<div class="text_cat_right">
<img src="../image/icon_line.png" width="39" height="36"> kainumber
<img src="../image/icon_call.png" width="39" height="36"> 000-000-0000
</div>
</div>
</div>
</div> -->
<!-- /.body -->
<div class="container" style="padding-top:25px;">
<div class="row">
<div class="col-md-3"><?php include('../theme/tab_left.php');?></div>
<div class="col-md-9">
<!-- /.aboutus -->
<div style="margin-bottom:15px;">
<div class="head_bg_right"> ถามตอบ</div>
<div class="row" style="padding-top:10px;margin-bottom:10px;">
<div class="col-md-12">
<?php
$g_id = $_GET['id'];
$list_ath = array('table'=>'faq','where'=>'status = 1 AND id = "'.$g_id.'" ','order'=> "ORDER BY id DESC LIMIT 0 , 1");
$view_ath = $view_db->view($list_ath);
$row_ath = $view_db->q($view_ath);
?>
<p class="text_head_about" align="center"> <?php echo $row_ath['name'];?></p>
<img src="../image/line2.png" class="img-responsive" style="padding:10px 0">
<div style="padding-bottom:30px;"> <?php echo $row_ath['detail'];?> </div>
<?php include('../theme/detailfooter.php')?>
</div>
</div>
</div>
<!-- /.aboutus -->
<?php include('../theme/tab_right_showmoblie.php');?>
</div>
</div>
</div>
<!-- /.body -->
<?php include('../include/footer.php')?>
<?php include('../include/footer_js.php')?>