Server IP : 103.53.40.154 / Your IP : 3.145.8.139 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/../hafinserv.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $cat_url = $_REQUEST['slug_url']; $querydt="SELECT * FROM `tbl_services` WHERE `slug_url`='$cat_url'"; $rundt = mysqli_query($db,$querydt) or die("Query Not run"); $datadt = mysqli_fetch_assoc($rundt); ?> <!DOCTYPE html> <html dir="ltr" lang="en"> <head> <meta name="viewport" content="width=device-width,initial-scale=1.0" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <?php include "top-links.php"; ?> <title><?php echo $datadt["meta_title"];?></title> <meta name="description" content="<?php echo $datadt["meta_desc"];?>"> </head> <body> <?php include "header.php"; ?> <div class="pagehding-sec"> <div class="pagehding-overlay"></div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="page-heading"> <h1><?php echo $datadt['name'] ?></h1> <ul> <li><a href="<?php echo $wspath ?>">Home</a></li> <li><a href="<?php echo $wspath ?>services.html">Services</a></li> <li><a><?php echo $datadt['name'] ?></a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="blog-classic-sec pt-40 pb-40" style="padding-top: 40px;"> <div class="container"> <div class="row"> <div class="col-lg-12 col-md-12 "> <div class="media"> <div class="single-post"> <div class="blog-classic-img text-center"> <img src="<?php echo $wspath ?>admin/images/services/<?php echo $datadt['image'] ?>" alt="<?php echo $datadt['name'] ?>"/> </div> <div class="media-body"> <div class="single-post-text"> <h2><?php echo $datadt['title'] ?></h2> <p><?php echo $datadt['desc'] ?></p> </div> </div> </div> </div> </div> </div> </div> </div> <?php include "footer.php"; ?> <script> $(document).ready(function() { $(".all-patner2").owlCarousel({ autoplay: true, pagination: false, nav: false, dots: false, loop: true, margin: 10, responsive: { 0: { items: 1 }, 600: { items: 1 }, 768: { items: 1 }, 992: { items: 3 }, 1000: { items: 3 } } }); }); </script> </body> </html>