MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 18.117.99.192
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/biocareaqua.org/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/biocareaqua.org/services.php
<?php include("site-header.php");?>
<?php include("inner-banner.php");?>

<div id="feature">
  <div class="container">
    <div class="row">
      <?php
	 $sql_category=db_query("select * from tbl_category where 1 and category_parent_id='0' and category_is_product='No' and category_status='Active' order by category_order_by asc");
	 if(mysqli_num_rows($sql_category)>0){
	 while($MAIN_CAT=mysqli_fetch_array($sql_category)){
	 @extract($MAIN_CAT);
	?>
      <div class="col-md-3 feature-item" style="margin-top:50px;">
        
        
        <?if($MAIN_CAT['category_image_alt_title']=="")
          {
              
              
           if($MAIN_CAT['category_is_product']=="Yes")
                      {
                          ?>
     fgg       <img src="<?=$site_url?>/uploaded_files/<?=$MAIN_CAT['category_image_name']?>" title="<?=$MAIN_CAT['category_name']?> manufacturer supplier exporter importer dealer in <?=$compDATA['admin_address']?> <?=$compDATA['admin_city']?> <?=$compDATA['admin_country']?>" alt="<?=$MAIN_CAT['category_name']?>  manufacturer supplier exporter importer dealer in <?=$compDATA['admin_address']?> <?=$compDATA['admin_city']?> <?=$compDATA['admin_country']?>" width="100%" height="200" />                 
            <? 
            }
                     else if($MAIN_CAT['category_is_product']=="No")
                      {
                          ?>
                        <img src="<?=$site_url?>/uploaded_files/<?=$MAIN_CAT['category_image_name']?>" title="<?=$MAIN_CAT['category_name']?> services in <?=$compDATA['admin_address']?> <?=$compDATA['admin_city']?> <?=$compDATA['admin_country']?>" alt="<?=$MAIN_CAT['category_name']?> services in <?=$compDATA['admin_address']?> <?=$compDATA['admin_city']?> <?=$compDATA['admin_country']?>" width="100%" height="200" />            
                        <?}
                      ?>
          
          
          
          
    
          
          
          <?}else {?>
         
          
          
        <img src="<?=$site_url?>/uploaded_files/<?=$MAIN_CAT['category_image_name']?>" alt="<?=$MAIN_CAT['category_image_alt_title']?>" title="<?=$MAIN_CAT['category_image_alt_title']?>"  width="100%" height="200" />
        <?}?>
        
        
        
        
        
        
        
        <div class="content">
          <h3 class="heading"><?=substr($MAIN_CAT['category_name'],0,30);?></h3>
          <?php $description=strip_tags($MAIN_CAT['category_description']);?>
          <p class="desc"><?=substr($description,0,50);?></p>
          <div class="read-more-btn"> <a href="<?=$site_url?>/<?=$MAIN_CAT['category_url']?>.html" class="read-more mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--raised mdl-button--accent">read more</a> </div>
        </div>
        
      </div>
      <? }} ?>
    </div>
  </div>
</div>











<?php include("site-footer.php");?>

MMCT - 2023