Server IP : 103.53.40.154 / Your IP : 3.147.89.50 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/bittootour.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="service-area bg py-120"> <div class="container"> <div class="row"> <div class="col-lg-6 mx-auto"> <div class="site-heading text-center"> <span class="site-title-tagline">Services</span> <h2 class="site-title">Our Best Services For You</h2> <div class="heading-divider"></div> </div> </div> </div> <div class="row"> <?php $sqlprod = "SELECT * FROM `tbl_services` WHERE `tour_status`='Active' ORDER BY tour_order DESC LIMIT 6"; $runprod = mysqli_query($db,$sqlprod) or die("Query Not run"); while($dataprod = mysqli_fetch_assoc($runprod)){ ?> <div class="col-md-12 col-lg-4" style="margin-bottom: 20px;"> <div class="service-item wow fadeInUp" data-wow-delay=".25s"> <div class="service-img"> <img src="<?=$wspath?>admin/images/property-image/<?=$dataprod['image'];?>" alt="<?=$dataprod['name'];?>" title="<?=$dataprod['name'];?>"> </div> <div class="service-icon"> <img src="<?php echo $wspath?>assets/img/icon/taxi-booking-1.svg" alt> </div> <div class="service-content"> <h3 class="service-title"> <a href="<?php echo $wspath ?>service<?php echo $dataprod['slug_url'];?>.html"><?=$dataprod['name'];?></a> </h3> <p class="service-text"> </p> <div class="cont"> <p> <?php echo substr($dataprod['desc'],0,160);?>... </p> </div> <div class="service-arrow"> <a style="width: 100%;" href="<?php echo $wspath ?>service<?php echo $dataprod['slug_url'];?>.html" class="theme-btn">Book Now<i class="fas fa-arrow-right"></i></a> </div> </div> </div> </div> <?php }?> <div class="text-center mt-3"> <a href="<?php echo $wspath?>our-service.html" class="theme-btn"><span class="fa-solid fa-plus"></span>View All</a> </div> </div> </div> </div> </div> </div>