MMCT TEAM
Server IP : 103.53.40.154  /  Your IP : 3.15.228.171
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/fastelevator.in/admin/images/../../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/ppcad7no/fastelevator.in/admin/images/../../location-area.php
<style>
    #loc {
        background-color: #EBE3D5;
    }

    #loc h2 span {
        color: #ea622b;
    }

    .loc-inner ul li {
        list-style: none;
        margin-bottom: 8px;
    }

    .loc-inner ul li a {
        text-decoration: none;
        color: #141414;
    }


    .loc-inner ul li:hover {
        transform: translateX(8px);
        transition: 0.4s ease-in-out;


    }


    .loc-inner ul li:hover a {
        color: #ea622b;

    }
</style>
<section id="loc" class="pb-2">
    <h2 class="text-center py-5">Area <span> We Covered</span></h2>
    <div class="container">
        <div class="row">
            <?php               
                $sqlci = "SELECT * FROM `tb5_services`";
                $runci = mysqli_query($db,$sqlci) or die("Query Not run");
                while($dataci = mysqli_fetch_assoc($runci)){
            ?>
            <div class="col-lg-4 text-start">
                <div class="loc-inner">
                    <ul>
                        <li><a href="<?php echo $wspath?>location<?php echo $dataci['slug_url']?>.html"><i class="fa fa-caret-right" aria-hidden="true"></i> <?php echo $dataci['src_name']?></a></li>
                    </ul>
                </div>
            </div>
            <?php
              }
            ?>
        </div>
    </div>
</section>

MMCT - 2023