Server IP : 103.53.40.154 / Your IP : 18.119.124.52 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/thegloriousadventure.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="upcoming-tour-area pt-50 pb-30 chain" > <div class="container"> <div class="row d-flex justify-content-center align-items-center"> <div class="col-lg-5 d-flex justify-content-lg-start justify-content-center"> <div class="section-head-alpha text-lg-start text-center"> <h2 class="text-dark">Other <span> Tour Packages</span></h2> </div> </div> <div class="col-lg-7 d-flex justify-content-lg-end justify-content-center"> <div class="slider-arrows text-center d-lg-flex flex-row justify-content-center d-none gap-5"> <div class="testi-prev4" tabindex="0" role="button" aria-label="Previous slide"> <i class="bi bi-arrow-left"></i> </div> <div class="testi-next4" tabindex="0" role="button" aria-label="Next slide"> <i class="bi bi-arrow-right"></i> </div> </div> </div> </div> <div class="row align-items-center justify-content-center"> <div class="col-lg-12"> <div class="swiper upcoming-tour"> <div class="swiper-wrapper"> <?php $sqltour = "SELECT * FROM tbl_services WHERE tour_status='Active' ORDER BY tour_order ASC"; $runtour = mysqli_query($db, $sqltour) or die("Query Not run"); while ($datatour = mysqli_fetch_assoc($runtour)) { $serviceUrl = $wspath ; if (isset($_REQUEST['loc_slug'])) { $loc_slug = htmlspecialchars($_REQUEST['loc_slug']); $serviceUrl .= $loc_slug. '/'; } $serviceUrl .= '' . $datatour['slug_url'] . '.html'; ?> <div class="swiper-slide"> <div class="package-card-alpha"> <div class="package-thumb"> <a href="<?php echo $serviceUrl; ?>"><img src="<?php echo $wspath?>admin/images/property-image/<?php echo $datatour['image'];?>" alt="<?= str_replace("LOCATION",$location,$dataci["name"]);?>" title="<?= str_replace("LOCATION",$location,$dataci["name"]);?>"></a> </div> <div class="package-card-body"> <h3 class="p-card-title"><a href="<?php echo $serviceUrl; ?>"><?= str_replace("LOCATION",$location,$datatour["name"]);?></a></h3> <div class="p-card-bottom"> <!--<div class="wp-btn">--> <!-- <a href="https://wa.me/<?php echo $data1['whatsapp'];?>" target="blank">WhatsApp Now <i class='bx bxs-right-arrow-alt'></i></a>--> <!--</div>--> <div class="p-card-info"> <span>Start From</span> <h6>₹ <?php echo $datatour["price"] ?>/- </h6> </div> <div class="pkg_btn"> <a href="<?php echo $serviceUrl; ?>" class="btn btn-success">Book Now <i class='bx bxs-right-arrow-alt'></i></a> </div> </div> </div> </div> </div> <?php } ?> </div> </div> </div> </div> <!--<div class="row text-center d-flex justify-content-center">--> <!-- <div class="col-md-4">--> <!-- <a href="tour-listing.php" class="button-outlined-primary upcoming-btn mt-50">View All Tours</a>--> <!-- </div>--> <!--</div>--> </div> </div>