MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.218.108.24
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/adisgauges.com/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/adisgauges.com/index-gallery.php
<?php
$sql_index_gal=db_query("select * from tbl_category where 1 and category_for_gallery='Yes' and category_status='Active' order by category_order_by asc limit 0,8");
if(mysqli_num_rows($sql_index_gal)>0){
?>
<div class="section-full text-white bg-img-fix content-inner overlay-black-middle" style="background-image:url(images/background/bg4.jpg); padding-top:60px; padding-bottom:120px;">
  <div class="container">
    <div class="section-head text-center">
      <h2 class="text-uppercase"><?php if($compDATA['admin_product_option']=='Yes'){ ?>Products<? }else{ ?>Services<? } ?> Gallery</h2>
      <div class="dlab-separator-outer ">
        <div class="dlab-separator bg-secondry style-skew"></div>
      </div>
    </div>



 <?php
while($INDEXGAL_DATA=mysqli_fetch_array($sql_index_gal)){
@extract($INDEXGAL_DATA);
?>
		  <div class="col-md-3">
			  <a href="<?=$site_url?>/<?=$INDEXGAL_DATA['category_url']?>.html">
			      <img style="width:100%; height:220px; margin-bottom:20px;" src="<?=$site_url?>/uploaded_files/<?=$INDEXGAL_DATA['category_image_name']?>" alt="<?php if($INDEXGAL_DATA['category_is_product']=='Yes'){ ?> Manufacturers Exporters and Wholesale Suppliers of <?=$INDEXGAL_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? }else{ ?> Service Provider of <?=$INDEXGAL_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? } ?>" title="<?php if($INDEXGAL_DATA['category_is_product']=='Yes'){ ?> Manufacturers Exporters and Wholesale Suppliers of <?=$INDEXGAL_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? }else{ ?> Service Provider of <?=$INDEXGAL_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? } ?>"></a>
		  
		  <div class="clearfix"></div>
		  </div>
        <? } ?>
	</div>
</div>

<? } ?>

MMCT - 2023