MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.119.143.45
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/cablecubby.in/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/cablecubby.in/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");
	 if(mysqli_num_rows($sql_index_gal)>0){
	?>
<section class="section-padding-70 services">
        <div class="container">
            <!-- title-section -->
            <div class="main-heading text-center">
                <h2><?php if($compDATA['admin_product_option']=='Yes'){ ?>Products<? }else{ ?>Services<? } ?> gallery</h2>
            </div>
            <!-- End title-section -->

            <!-- Row -->
            <div class="row">
                <div id="clients" class="text-center">
                    <!-- Service Item List -->
                    <?php
	while($INDEXGAL_DATA=mysqli_fetch_array($sql_index_gal)){
	@extract($INDEXGAL_DATA);
	?>
                    
                    <div class="item">
                        <div class="clients-grid"> <img class="img-responsive" 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']; ?> <? } ?>" style="width:100%; height:100px;"> </div>
                    </div>
                    <? } ?>            
                    <!-- Service Item List End -->
                </div>
            </div>
            <!-- Row End -->
        </div>
        <!-- end container -->
    </section>
<? } ?>

MMCT - 2023