/
home
/
efamember
/
domains
/
efa-member.com
/
public_html
/
efa.or
/
up file
home
<?php session_start(); require('header.php'); include('../config/main_function.php'); $secure = "cAh3DrJACzw4RbU"; $connection = connectDB($secure); $news = mysqli_real_escape_string($connection, $_GET['news']); $sql = "SELECT * FROM tbl_setting_blog bl LEFT JOIN tbl_admin ad ON bl.create_user_id = ad.admin_id WHERE blog_id = '$news' AND bl.active_status ='1'"; $res = mysqli_query($connection, $sql); $row = mysqli_fetch_assoc($res); ?> <img id="content" src="assets/image/index_show.png" alt="" width="100%"> <div class="container-fulit main-content"> <div class="row"> <div class="col-md-9"> <h4><b><?php echo $row['blog_header']; ?></b></h4> <p>โดย : <?php echo $row['admin_name']; ?> | <?php echo date("d M Y", strtotime($row['create_datetime'])); ?></p> <img src="../files/blog_files/<?php echo $row['blog_image']; ?>" alt="" width="100%"> <p class="mt-5"> <?php echo $row['blog_message']; ?> </p> </div> <div class="col-md-3"> <input type="text" class="form-control"> <iframe loading="lazy" style="border: none; overflow: hidden;" src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fefainthailand&tabs=timeline&width=340&height=331&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=false&appId=360805211245895" width="100%" height="50%" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" data-rocket-lazyload="fitvidscompatible" data-lazy-src="https://www.facebook.com/plugins/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fefainthailand&tabs=timeline&width=340&height=331&small_header=false&adapt_container_width=true&hide_cover=false&show_facepile=false&appId=360805211245895" data-ll-status="loaded" class="entered lazyloaded mb-2 mt-4"></iframe> </div> </div> </div> <?php require('footer.php') ?>