hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
kohinoorindiankrabi.restaurant
/
Upload FileeE
HOME
<?php ob_start(); include("config/config.php"); $nav = "blog"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>All Blogs- Kohinoor Indian Restaurant</title> <meta name="keyword" content="Kohinoor Indian Krabi, Indian restaurant Krabi, Indian cuisine Krabi, restaurant Krabi, Indian food Krabi, Best Indian restaurant Krabi, Authentic Indian food Krabi, Indian vegetarian food Krabi, Indian spice Krabi, Indian seafood Krabi, Tandoori cuisine Krabi, Curry Krabi Naan Krabi, PIZZA Krabi, PASTA Krabi, Masala Krabi, Butter chicken Krabi, Biryani Krabi, PIZZA & PASTA in Krabi" /> <meta name="description" content="Welcome to Kohinoor Indian Krabi, where we serve authentic Indian cuisine in the heart of Krabi. Our restaurant offers a wide variety of Indian dishes, from exotic spices to mouth-watering curries and delicious tandoori specialties. Whether you are a vegetarian or seafood lover, our menu has something for everyone. Visit us today and experience the best Indian food in Krabi!" /> <link rel="icon" href="assets/images/icon/logo-icon.svg" type="image/gif" sizes="20x20"> <link rel="stylesheet" href="assets/css/all.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.css" /> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/boxicons.min.css"> <link rel="stylesheet" href="assets/css/bootstrap-icons.css"> <link rel="stylesheet" href="assets/css/jquery-ui.css"> <link rel="stylesheet" href="assets/css/swiper-bundle.css"> <link rel="stylesheet" href="assets/css/nice-select.css"> <link rel="stylesheet" href="assets/css/magnific-popup.css"> <link rel="stylesheet" href="assets/css/jquery.fancybox.min.css"> <link rel="stylesheet" href="assets/css/odometer.css"> <link rel="stylesheet" href="assets/css/style.css"> </head> <body class="tt-magic-cursor"> <?php include_once("include/header.php") ?> <div class="breadcrumb-section"> <div class="breadcrumb-left-vec"> <img src="assets/images/icon/breadcumb-left-vec.svg" alt="breadcumb-left-vec"> </div> <div class="breadcrumb-right-vec"> <img src="assets/images/icon/breadcumb-right-vec.svg" alt="breadcumb-right-vec"> </div> <div class="container"> <div class="row d-flex justify-content-center align-items-center"> <div class="col-lg-12"> <h2 class="breadcrumb-title">All Blog</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb d-flex"> <li class="breadcrumb-item"><a href="./">Home</a></li> <li class="breadcrumb-item active" aria-current="page">Blogs</li> </ol> </nav> </div> </div> </div> </div> <div class="recent-post-area pt-120 mb-120"> <div class="container"> <div class="row gy-5 justify-content-center"> <?php $b = 0; $sql_blog = "Select * from newsfeed where status=1 order by id desc"; $category_blog = mysqli_query($conn, $sql_blog); while ($res_blog = mysqli_fetch_array($category_blog)) { $b++; ?> <div class="col-lg-4 col-md-6 col-sm-10"> <div class="news-wrap"> <div class="post-thum"> <img class="img-fluid" src="upload/newsfeed/<?php echo $res_blog['img']; ?>" alt="<?php echo $res_blog['title']; ?>" /> <div class="batch"> <a class="primary-btn" href="blog-details.php?DID=<?php echo $res_blog['id']; ?>"><?php echo date('d M, Y', strtotime($res_blog['created'])); ?></a> </div> </div> <div class="news-content"> <h3> <a href="blog-details.php?DID=<?php echo $res_blog['id']; ?>"><?php echo $res_blog['title']; ?></a> </h3> </div> </div> </div> <?php } ?> </div> </div> </div> <?php include_once("include/footer.php") ?> <script src="assets/js/jquery-3.6.0.min.js"></script> <script src="assets/js/jquery-ui.js"></script> <script src="assets/js/bootstrap.bundle.min.js"></script> <script src="assets/js/swiper-bundle.min.js"></script> <script src="assets/js/jquery.nice-select.js"></script> <script src="assets/js/jquery.fancybox.min.js"></script> <script src="assets/js/odometer.min.js"></script> <script src="assets/js/viewport.jquery.js"></script> <script src="assets/js/isotope.pkgd.min.js"></script> <script src="assets/js/SmoothScroll.js"></script> <script src="assets/js/jquery.nice-number.min.js"></script> <script src="assets/js/jquery.magnific-popup.min.js"></script> <script src="assets/js/imagesloaded.pkgd.js"></script> <script src="assets/js/masonry.pkgd.min.js"></script> <script src="assets/js/main.js"></script> </body> </html>