Server IP : 103.53.40.154 / Your IP : 3.145.154.251 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/milkodelight.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<section class="bd-product__area fix p-relative pt-30 pb-10"> <!--<div class="bd-product__bg">--> <!-- <img src="assets/img/bg/product-bg.jpg" alt="product-bg">--> <!--</div>--> <div class="container"> <div class="row"> <div class="bd-section__title-wrapper mb-50"> <span class="bd-sub__title">Products</span> <h2 class="bd-section__title">Our Products</h2> </div> </div> <div class="row"> <div class="col-12"> <div class="features__inner p-relative"> <div class="product__active swiper-container"> <div class="swiper-wrapper"> <?php $sqlpro = "SELECT * FROM `tbl_services`"; $runpro = mysqli_query($db,$sqlpro) or die("Query Not run"); while($datapro = mysqli_fetch_assoc($runpro)){ ?> <div class="swiper-slide"> <div class="bd-product__item text-center mb-30"> <div class="bd-product__img"> <a href="<?php echo $wspath?><?php echo $datapro['url_link'];?>.html"> <img src="<?php echo $wspath?>admin/images/<?php echo $datapro['img2'];?>" alt="<?= str_replace("LOCATION",$location,$datapro["property_name"]);?>"> </a> </div> <div class="bd-product__content"> <a href="<?php echo $wspath?><?php echo $datapro['url_link'];?>.html"><h4><?= str_replace("LOCATION",$location,$datapro["property_name"]);?></h4></a> <!--<span class="bd-product__new-price">$45.00</span>--> </div> </div> </div> <?php } ?> </div> </div> <div class="product__btn text-center mt-20 mb-50"> <a class="bd-theme__btn-4" href="<?php echo $wspath?>products.html">More Proudcts</a> </div> <!-- If we need navigation buttons --> <div class="bd-product__navigatin"> <button class="product-button-prev"><i class="far fa-long-arrow-left"></i></button> <button class="product-button-next"><i class="far fa-long-arrow-right"></i></button> </div> </div> </div> </div> </div> </section>