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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/homeinteriordecorators.in/index-latest-service.php
<?php
$sql = db_query("select * from  tbl_category where 1 and category_status='Active' and category_is_latest='Yes'  order by category_id asc  limit 8");
if(mysqli_num_rows($sql)>0)
  {?>



<!--Start latest project area-->
<section class="latest-project-area">
    <div class="container-fluid">
        <div class="container">
            <div class="sec-title pull-left">
                <h2>Latest <span>Services</span></h2>
                <span class="decor"></span>
            </div>   
          
        </div>

        <div class="row project-content masonary-layout filter-layout">
          <?php
while($res=mysqli_fetch_array($sql))
{

      $pro_res_desc=substr(strip_tags($res['category_description']), 0, 250);
?>  



            <!--Start single project-->
            <div class="col-md-3 col-sm-6 col-xs-12 filter-item">
                <div class="single-project-item">
                    <div class="img-holder">
                        <img style="width:370px; height:264px" src="<?=$site_url?>/uploaded_files/<?=$res['category_image_name']?>" alt="<?=$res['category_name']?>">
                        <div class="overlay">
                            <div class="box">
                                <div class="content">
                                    <a href="<?=$site_url?>/<?=$res['category_url']?>.html"><h3><?=$res['category_name']?></h3></a>
                                  
                                    <div class="icon-holder">
                                        <a href="<?=$site_url?>/uploaded_files/<?=$res['category_image_name']?>" data-rel="prettyPhoto" title="<?=$res['category_name']?>"><i class="fa fa-camera"></i></a>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>   
                </div>
            </div>
            <!--End single project-->


<?}?>




        </div>     
    </div>
</section>
<!--End latest project area-->

<?}?>

MMCT - 2023