Server IP : 103.53.40.154 / Your IP : 3.133.109.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/lizatilessolution.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $client_query=db_query("select * from tbl_clients where image_status='Active' order by image_add_date desc "); if(mysqli_num_rows($client_query)>0) {?> <div id="shopify-section-1526634546444" class="shopify-section index-section"><div data-section-id="1526634546444" data-section-type="client section" class="client-section"> <div class="container"> <div class="border-title"> <h2 style="color:#ffffff;background:#e81a46">Brands We Deals In</h2> <div class="small-desc"> <p style="color:#3e454c;">Here’s what we’re working on and thinking about at Nest.</p> </div> </div> <div class="grid-uniform section-seven"> <div class="grid__item"> <div id="client-car" class="owl-carousel owl-theme client-section wow fadeInUp animated" style="border-top:1px solid #000;"> <?php while($client_res=mysqli_fetch_array($client_query)) {?> <div class="item"> <a href="javascript:void(0)"> <img src="<?=$site_url?>/our_client/<?=$client_res['image_name']?>" /></a> </div> <?}?> </div> <div class="nav_brand_type"> </div> </div> </div> </div> </div> </div> <?}?>