Server IP : 103.53.40.154 / Your IP : 18.217.207.112 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/chandeshwarcontractors.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<section class="product-style sec-pad pb0"> <div class="container"> <div class="sec-title text-center"> <h3>Our <span> Services</span></h3> <!--<p>You will find yourself working in a true partnership that results in an incredible <br /> experience, and an end product that is the best. </p>--> </div> <div class="row" > <?php $sql = "SELECT * FROM `tbl_services` LIMIT 8"; $run = mysqli_query($db,$sql) or die("Query Not run"); while($data = mysqli_fetch_assoc($run)){ $serviceUrl = $wspath ; if (isset($_REQUEST['loc_slug'])) { $loc_slug = htmlspecialchars($_REQUEST['loc_slug']); $serviceUrl .= $loc_slug. '/'; } $serviceUrl .= '' . $data['url_link'] . '.html'; ?> <div class="col-lg-4 col-md-3 col-sm-12 "> <div class="main-pro text-center"> <img src="<?php echo $wspath?>admin/images/<?php echo $data['img1'];?>" alt="banner" > <h3 class="ptb-3"><?= str_replace("LOCATION",$location,$data["property_name"]);?></h5> <a href="<?php echo $serviceUrl; ?>"> <p class="btn " style="margin-bottom:15px; background-color:#fe5a0e; color:white;">Service Details</p></a> </div> </div> <!--<div class="col-lg-3 ">--> <!-- <div class="main-pro text-center">--> <!-- <img src="img/service2.png" alt="" >--> <!-- <h3 class="ptb-3">100kva Servo Stabilizer</h3>--> <!-- </div>--> <!--</div>--> <!--<div class="col-lg-3 ">--> <!-- <div class="main-pro text-center">--> <!-- <img src="img/service1.png" alt="" >--> <!-- <h3 class="ptb-3">200 kva Apc Schneider Online Ups</h3>--> <!-- </div>--> <!--</div>--> <!--<div class="col-lg-3 ">--> <!-- <div class="main-pro text-center">--> <!-- <img src="img/service4.png" alt="" >--> <!-- <h3 class="ptb-3">15 KVA Air Cooled</h3>--> <!-- </div>--> <!--</div>--> <?php }?> </div> <div class="text-center"> <!--<a href="#" class="pro-btn pro-sweep-to-right">View more products</a>--> </div> </div> </section>