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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/nshomeapplianceservices.com/blog.php
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8" />
    <meta name="description" content="Industrial Corporate Industry & Factory - Industrio - Industrial Industry & Factory">
    <meta name="keywords" content="chemical, company, construction, engineering, factory, gas, industrial, industry, laboratory, manufacture, mechanical, mining, oil, pharmaceutical, refinery">
    <meta name="author" content="Themexriver">
    <title>NS HOME APPLIENCES SERVICES</title>
    <!-- mobile responsive meta -->
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <?php include "top-links.php" ?>
    <style>
    .single-blog-style-one{
         box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
         padding:10px;
         border-radius:5px;
         margin-bottom:10px;
    }
    .img-box{
        border-radius:5px;
    }
    .sec-pad{
        margin-top:20px;
    }
</style>
</head>
<body >


<div class="page-wrapper">
    
<?php include "top-header.php" ?>

<?php include "header.php" ?>
    
    <div class="inner-banner">
        <div class="container">
            <h1>Our Blog</h1>
            <ul class="breadcumb">
                <li><a href="index-2.html">Home</a></li>
                <li><span class="sep"><i class="fa fa-angle-right"></i></span></li>
               <li><span>Our Blog</span></li>
            </ul><!-- /.breadcumb -->
        </div><!-- /.container -->
    </div><!-- /.inner-banner -->
    
   <section class="blog-style-one sec-pad pb0">
        <div class="container">
            <div class="sec-title">
                <h3>Latest <span>Blog</span></h3>
            </div>
            <div class="row">
                <?php
                                                    $sql = "SELECT * FROM tbl_blog ORDER BY `b_id` ASC ";
                                                    $run = mysqli_query($db,$sql) or die("Query Not run");
                                                    while($data = mysqli_fetch_assoc($run)){
                                                ?>
                <div class="col-md-4 col-sm-6 col-xs-12">
                    <div class="single-blog-style-one">
                        <div class="img-box">
                            <img src="<?php echo $wspath?>admin/images/property-image/<?php echo $data['image'];?>" width="100%" alt="Awesome Image"/>
                        </div><!-- /.img-box -->
                        <div class="meta-info">
                            <a href="<?php echo $wspath?>blog<?php echo $data['slug_link']?>.html" class="date-box"><?php echo $data['date'];?></a>
                            <!--<a href="<?php echo $wspath?>blog<?php echo $data['slug_link']?>.html" class="category"><?php echo $data['title'];?></a>-->
                        </div><!-- /.meta-info -->
                        <a href="<?php echo $wspath?>blog<?php echo $data['slug_link']?>.html"><h3><?php echo $data['title'];?> </h3></a>
                        <p><?php echo $data['short_description'];?></p>
                        <a href="<?php echo $wspath?>blog<?php echo $data['slug_link']?>.html" class="read-more">Read More <i class="fa fa-angle-double-right"></i></a>
                    </div>
                </div>
                <?php }?>
            </div>
        </div>
    </section>

    <?php include "contact-footer-banner.php" ?>
</div><!-- /.page-wrapper -->
<?php include "footer.php" ?>
</body>
</html>

MMCT - 2023