Server IP : 103.53.40.154 / Your IP : 18.227.72.24 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/goldensafe.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="section section-padding"> <div class="container"> <div class="section-title text-center mb-lg-9 mb-md-7 mb-5"> <h2 class="title">Our <span> Products</span></h2> <!--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text.</p>--> </div> <div class="blog-active swiper swiper-initialized swiper-horizontal swiper-pointer-events"> <div class="swiper-wrapper" id="swiper-wrapper-537e3e67717b254d" aria-live="polite" style="transform: translate3d(-1200px, 0px, 0px); transition-duration: 0ms;"> <?php $sql = "SELECT * FROM `tbl_services`"; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ $serviceUrl = $wspath ; if (isset($_REQUEST['loc_slug'])) { $loc_slug = htmlspecialchars($_REQUEST['loc_slug']); $serviceUrl .= $loc_slug. '/'; } $serviceUrl .= '' . $data['url_link'] . '.html'; ?> <div class="swiper-slide swiper-slide-active" role="group" aria-label="1 / 4" style="width: 370px; margin-right: 30px;" data-swiper-slide-index="0"> <div class="blog-wrap"> <div class="blog-img mb-2"> <a href="<?php echo $serviceUrl; ?>"><img src="<?php echo $wspath?>admin/images/<?php echo $data['img2'];?>" alt="<?php echo $data['property_name']?>" title="<?php echo $data['property_name']?>"></a> </div> <div class="blog-content"> <div class="blog-meta"> <div class="row"> <div class="col-md-6"> <ul> <li>₹ <?php echo $data['price']?> /</li> <li>Price</li> </ul> </div> <div class="col-md-6"> <a href="<?php echo $wspath?>inquiry.html" class="btn btn-primary btn-hover-dark" data-aos="fade-up" data-aos-delay="400">Order Now</a> </div> </div> </div> <h3 class="text-dark"><a href="<?php echo $serviceUrl; ?>"><?php echo $data['property_name']?></a></h3> </div> </div> </div> <?php }?> </div> <span class="swiper-notification" aria-live="assertive" aria-atomic="true"></span></div> </div> </div>