Server IP : 103.53.40.154 / Your IP : 3.146.37.222 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/yugayurvedaold.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!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"> <meta name="format-detection" content="telephone=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="author" content=""> <meta name="keywords" content=""> <meta name="description" content=""> <?php include "top-links.php";?> <title>Blogs | Yug Ayurvedic Old</title> <meta name="description" content="Blogs | Yug Ayurvedic Old"> <style> .ps-blog--latset{ box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); padding:10px; border-radius:5px; } </style> </head> <body> <div class="ps-page"> <?php include "header.php";?> <div class="bread"> <div class="container"> <div class="title"> <h1>About Us</h1> <ul class="breadcrumb"> <li><a href="#">Home</a></li> <li>About Us</li> </ul> </div> </div> </div> <div class="ps-blog ps-blog--masonry mt-5 mb-3"> <div class="container"> <h1 class="ps-blog__title">Our Blogs</h1> <div class="ps-blog__content"> <div class="row"> <?php $sql = "SELECT * FROM tbl_blog "; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ ?> <div class="col-12 col-md-4 col-lg-4"> <div class="ps-blog--latset"> <div class="ps-blog__thumbnail"><a href="<?php echo $wspath?>blog<?php echo $data['slug_link']?>.html"><img src="<?php echo $wspath?>admin/images/property-image/<?php echo $data['image'];?>" alt="alt"></a> </div> <div class="ps-blog__content"> <div class="ps-blog__meta"> <span class="ps-blog__date"><?php echo $data['date'];?></span></div> <a class="ps-blog__title" href="<?php echo $wspath?>blog<?php echo $data['slug_link']?>.html"><?php echo $data['title'];?></a> <p class="ps-blog__desc"><?php echo $data['short_description'];?></p> </div> </div> </div> <?php }?> </div> </div> </div> </div> <?php include "footer.php";?> </div> </body> </html>