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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/ambicaengineeringworks.in/feature-products.php
<?php
$sql_hot=db_query("select * from tbl_category where 1 and category_status='Active' and category_is_featured='Yes' order by rand() limit 0,3");
if(mysqli_num_rows($sql_hot)>0){
	?>
<section class="custom-padding white" id="about-section-3">
        <div class="container">
        <div class="main-heading text-center">
                <h2>Feature <?php if($compDATA['admin_product_option']=='Yes'){ ?>Products<? }else{ ?>Services<? } ?></h2>               
            </div>
            <div class="main-boxes">
                <div class="row">
                   
<?php
while($HOT_DATA=mysqli_fetch_array($sql_hot)){
@extract($HOT_DATA);
?>                 
                    <div class="col-sm-12 col-md-4 col-xs-12">
                        <div class="services-grid-1">
                            <div class="service-image">
  <a data-lightbox="image" href="<?=$site_url?>/uploaded_files/<?=$HOT_DATA['category_image_name']?>"><img src="<?=$site_url?>/uploaded_files/<?=$HOT_DATA['category_image_name']?>" alt="<?php if($HOT_DATA['category_is_product']=='Yes'){ ?> Manufacturers Exporters and Wholesale Suppliers of <?=$HOT_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? }else{ ?> Service Provider of <?=$HOT_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? } ?>" title="<?php if($HOT_DATA['category_is_product']=='Yes'){ ?> Manufacturers Exporters and Wholesale Suppliers of <?=$HOT_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? }else{ ?> Service Provider of <?=$HOT_DATA['category_name']?> <?php echo $compDATA['admin_city']; ?> <?php echo $compDATA['admin_state']; ?> <? } ?>"  style="width:100%; height:216px;"></a>
                            </div>
                            <div class="services-text">
                                <a href="<?=$site_url?>/<?=$HOT_DATA['category_url']?>.html" ><h4><?=$HOT_DATA['category_name']?></h4></a>
                                <p><?=substr(strip_tags($HOT_DATA['category_description']),0,50)?></p>
                            </div>
                            <div class="more-about"> <a class="btn btn-primary btn-lg" href="<?=$site_url?>/<?=$HOT_DATA['category_url']?>.html">Read More <i class="fa fa-chevron-circle-right"></i></a> </div>
                        </div>
                        <!-- end services-grid-1 -->
                    </div>
                    <!-- end col-sm-4 -->
<?php
}
?>
                </div>
            </div>
            <!-- end main-boxes -->
        </div>
        <!-- end container -->        
<div class="col-lg-12 col-xs-12 for-all-prd"><a class="pull-right all-prd-link" href="<?=$site_url?>/products.html">View All Products <i class="fa fa-chevron-circle-right"></i></a></div> 
</section>
<? } ?>

MMCT - 2023