| Server IP : 104.21.37.246 / 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/kainumber.com/article/ |
Upload File : |
<?php include('../include/class.php');?>
<?php
$g_id = $_GET['id'];
$list_ath = array('table'=>'article','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);
$img_fa = 'http://www.kainumber.com/redbag/article/'.$row_ath['image2'];
$img_fa2 = 'http://www.kainumber.com/redbag/article/thumb/'.$row_ath['image2'];
$title_fa = $row_ath['title'];
$description_fa = substr(strip_tags($row_ath['detail_full']), 0, 200).'...';
?>
<?php include('../include/header_2.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 mt-5 mt-md-0 px-lg-5 px-3">
<div class="row px-md-5 mb-3">
<div class="col-md-12 px-md-2 d-flex justify-content-between align-baseline" >
<div class="">
<h2 class="pb-0 mb-0 border-kai-bottom-light fw-loungethbold">บทความ</h2>
<!--<hr class="line1 my-1">-->
</div>
</div>
</div>
</div>
<div class="container mt-5 mt-md-0 px-lg-5 px-3">
<div class="row px-md-5 mb-3">
<div class="col-md-12 px-md-2" >
<div class="row">
<div class="col-12 col-md-12">
<p class="mb-md-0" align="center"> <?php echo $row_ath['title'];?></p>
</div>
<div class="col-12 col-md-12">
<div> <?php echo $row_ath['detail_full'];?> </div>
</div>
<div class="col-12 col-md-12 text-end">
<div style="padding:10px 0;">
<div class="fb-share-button" data-href="https://www.kainumber.com/article/info.php?id=<?php echo $_GET['id']?>"
data-layout="button_count" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore"
target="_blank"
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.kainumber.com%2Farticle%2Finfo.php%3Fid%3D34&src=sdkpreparse">แชร์</a>
</div>
<div class="line-it-button" data-lang="th" data-type="share-e"
data-url="https://www.kainumber.com/article/info.php?id=<?php echo $_GET['id']?>" style="display: none;">
</div>
<script src="https://d.line-scdn.net/r/web/social-plugin/js/thirdparty/loader.min.js" async="async" defer="defer"></script>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container mt-5 mt-md-0 px-md-5">
<div class="row px-md-5 d-md-flex justify-content-center pt-md-0">
<div class="col-12 col-md-auto text-center px-0 mb-3 ">
<a href="https://lin.ee/egzGHWJ" target="_blank" class="text-decoration-none text-light">
<img src="../image/line_n1.png" alt="" >
@kainumber
</a>
</div>
<span class="col-md-auto px-2 d-none d-md-block">/</span>
<div class="col-12 col-md-auto text-center px-0">
<a href="https://th-th.facebook.com/kainumber/" target="_blank" class="text-decoration-none text-light">
<img src="../image/fb_n1.png" alt="" >
อาจารย์ไก่ เบอร์มงคล
</a>
</div>
</div>
<div class="row px-md-5 d-md-flex justify-content-center">
<div class="col-12 col-md-5 text-center mt-3">
<img src="../image/text_logotop.png" alt="" class="img-fluid col-8 col-md-8">
</div>
</div>
</div>
<?php //include('../theme/tab_right_showmoblie.php');?>
<!-- /.body -->
<?php include('../include/footer.php')?>
<?php include('../include/footer_js.php')?>