hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
collegeexpress.in
/
Upload FileeE
HOME
<?php include_once('config/config.php'); $nav = "blog_details"; if (!empty($_REQUEST['post'])) { $jobid = explode('-', $_REQUEST['post']); $len1 = count($jobid); $len1 -= 1; if (is_numeric($jobid[$len1])) { $sql_select = "Select * from blogs where id = '" . $jobid[$len1] . "' and status=1"; $query_select = mysqli_query($conn, $sql_select); } else { $tag = str_replace('-', ' ', $_REQUEST['post']); $sql_select = "Select * from blogs where title = '" . $tag . "' and status=1 "; $query_select = mysqli_query($conn, $sql_select); } if (mysqli_num_rows($query_select) == 0) { header("location:index.php"); exit(); } else { $res_select = mysqli_fetch_array($query_select); } } else { header("location:index.php"); exit(); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="author" content="TechyDevs"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title><?php echo $res_select['title']; ?> | College Express</title> <!-- Google fonts --> <link rel="preconnect" href="https://fonts.gstatic.com/"> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet"> <!-- Favicon --> <link rel="icon" sizes="16x16" href="images/favicon.png"> <!-- inject:css --> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/line-awesome.css"> <link rel="stylesheet" href="css/owl.carousel.min.css"> <link rel="stylesheet" href="css/owl.theme.default.min.css"> <link rel="stylesheet" href="css/bootstrap-select.min.css"> <link rel="stylesheet" href="css/style.css"> <!-- end inject --> </head> <body> <!--====================================== START HEADER AREA ======================================--> <?php include('include/header.php'); ?> <!-- end header-menu-area --> <!--====================================== END HEADER AREA ======================================--> <!-- ================================ START BREADCRUMB AREA ================================= --> <section class="breadcrumb-area pt-80px pb-80px pattern-bg"> <div class="container"> <div class="breadcrumb-content"> <div class="section-heading pb-3"> <h2 class="section__title"><?php echo $res_select['title']; ?></h2> </div> <ul class="generic-list-item generic-list-item-arrow d-flex flex-wrap align-items-center"> <li><a href="./">Home</a></li> <li><a href="#">Blog</a></li> <li><?php echo $res_select['title']; ?></li> </ul> <ul class="generic-list-item generic-list-item-bullet generic-list-item--bullet d-flex align-items-center flex-wrap fs-14 pt-2"> <li class="d-flex align-items-center"><?php echo date('d M, Y', strtotime($res_select['post_date'])); ?></li> </ul> </div><!-- end breadcrumb-content --> </div><!-- end container --> </section><!-- end breadcrumb-area --> <!-- ================================ END BREADCRUMB AREA ================================= --> <!-- ================================ START BLOG AREA ================================= --> <section class="blog-area pt-50px"> <div class="container"> <div class="row"> <div class="col-lg-8"> <div class="card card-item"> <div class="card-body"> <div class="col-lg-12"> <div class="my-3 text-center"> <img src="upload/blogs/<?php echo $res_select['img']; ?>" data-src="upload/blogs/<?php echo $res_select['img']; ?>" alt="<?php echo $res_select['title']; ?>" class="img-fluid rounded-rounded lazy"> </div> </div><!-- end col-lg-6 --> <?php echo $res_select['description']; ?> </div><!-- end card-body --> </div><!-- end card --> </div><!-- end col-lg-8 --> <div class="col-lg-4"> <div class="sidebar"> <?php $sql_blogs="select * from blogs where id!='".$res_select['id']."' and status=1 order by id desc"; $query_blogs=mysqli_query($conn,$sql_blogs); if(mysqli_num_rows($query_blogs)>0){ ?> <div class="card card-item"> <div class="card-body"> <h3 class="card-title fs-18 pb-2">Recent Posts</h3> <div class="divider"><span></span></div> <?php while($result_blogs=mysqli_fetch_array($query_blogs)){ $posts = strtolower($result_blogs['title']); $post = cleanStr($posts) . '-' . $result_blogs['id']; ?> <div class="media media-card border-bottom border-bottom-gray pb-4 mb-4"> <a href="blog-details.php?post=<?php echo $post; ?>" class="media-img"> <img class="mr-3" src="upload/blogs/<?php echo $result_blogs['img']; ?>" alt="<?php echo $result_blogs['title']; ?>"> </a> <div class="media-body"> <h5 class="fs-15"><a href="blog-details.php?post=<?php echo $post; ?>"><?php echo $result_blogs['title']; ?></a></h5> <span class="d-block lh-18 py-1 fs-14"><?php echo date('d M, Y', strtotime($result_blogs['post_date'])); ?></span> </div> </div><!-- end media --> <?php } ?> <div class="view-all-course-btn-box"> <a href="blogs.php" class="btn theme-btn w-100">View All Posts <i class="la la-arrow-right icon ml-1"></i></a> </div> </div> </div><!-- end card --> <?php } ?> </div><!-- end sidebar --> </div><!-- end col-lg-4 --> </div><!-- end row --> </div><!-- end container --> </section><!-- end blog-area --> <!-- ================================ START BLOG AREA ================================= --> <!-- ================================ END FOOTER AREA ================================= --> <?php include('include/footer.php'); ?> <!-- Modal --> <div class="modal fade modal-container" id="replyModal" tabindex="-1" role="dialog" aria-labelledby="replyModalTitle" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" role="document"> <div class="modal-content"> <div class="modal-header border-bottom-gray"> <div class="pr-2"> <h5 class="modal-title fs-19 font-weight-semi-bold lh-24" id="replyModalTitle"> Reply to comment </h5> </div> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true" class="la la-times"></span> </button> </div><!-- end modal-header --> <div class="modal-body"> <form method="post"> <div class="form-group"> <label class="label-text">Message</label> <textarea class="form-control form--control pl-3" name="message" placeholder="Write Message" rows="5"></textarea> </div> <div class="btn-box text-right"> <button type="button" class="btn font-weight-medium mr-3" data-dismiss="modal">Cancel</button> <button class="btn theme-btn theme-btn-sm" type="submit">Reply <i class="la la-arrow-right icon ml-1"></i></button> </div><!-- end btn-box --> </form> </div><!-- end modal-body --> </div><!-- end modal-content --> </div><!-- end modal-dialog --> </div><!-- end modal --> <!-- template js files --> <script src="js/jquery-3.4.1.min.js"></script> <script src="js/bootstrap.bundle.min.js"></script> <script src="js/bootstrap-select.min.js"></script> <script src="js/owl.carousel.min.js"></script> <script src="js/jquery.lazy.min.js"></script> <script src="js/main.js"></script> </body> </html>