hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
maheunitedkolkata.com
/
Upload FileeE
HOME
<!DOCTYPE html> <html> <?php include("c-panel/connect.php"); include("style_link.php"); ?> <head> <title>::~Mahe united kolkata~::</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> </head> <body> <?php include("header.php"); ?> <section class="slider"> <ul class="rslides" id="slider1"> <li> <img src="images/inner-slider.jpg" alt=""> <div class="text_w"> <div class="container"> <div class="text"> <h1>News</h1> <a href="#">Get Started </a> </div> </div> </div> </li> </ul> </section> <?php $tn_id=$_REQUEST['tn_id']; $sql_slider="SELECT * FROM tbl_news WHERE tn_id='$tn_id'"; $res_slider=mysqli_query($conn, $sql_slider); $row_slider=mysqli_fetch_array($res_slider); ?> <section class="container_section"> <section class="news" data-aos="fade-down"> <div class="container"> <div class="row"> <h2><?php echo $row_slider['tn_heading']; ?></h2> <br> <!--<p class="date">April 27, 2022 admin 0 Comments</p>--> <img src="c-panel/uploads/<?php echo $row_slider['tn_img']; ?>" alt=""> <?php echo $row_slider['tn_content']; ?> </div> </div> </section> </section> <?php include("footer.php"); ?> <?php include("style_script.php"); ?> </body> </html>