Server IP : 103.53.40.154 / Your IP : 3.147.60.62 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/leetcoaching.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $slug_name = $_GET['cutoff_link']; if(isset($_SERVER['PATH_INFO'])){ $slug_name=$_SERVER['PATH_INFO']; $querydt="SELECT * FROM `tbl_cutoff` WHERE `cutoff_link`='$slug_name'"; $rundt = mysqli_query($db,$querydt) or die("Query Not run"); $datadt = mysqli_fetch_assoc($rundt); } ?> <!doctype html> <html class="no-js" lang="zxx"> <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Cut Off - <?php echo $datadt["title"];?> | Mission Engineering</title> <meta name="description" content="Cut Off - <?php echo $datadt["title"];?> | Mission Engineering"> <?php include "top-link.php" ?> </head> <body> <?php include("header.php"); ?> <main> <div class="it-breadcrumb-area it-breadcrumb-bg" data-background="<?php echo $wspath?>assets/img/breadcrumb/breadcrumb.jpg"> <div class="container"> <div class="row "> <div class="col-md-12"> <div class="it-breadcrumb-content z-index-3 text-center"> <div class="it-breadcrumb-title-box"> <h1 class="it-breadcrumb-title">Cut Off - <?php echo $datadt['title'];?></h1> </div> <div class="it-breadcrumb-list-wrap"> <div class="it-breadcrumb-list"> <span><a href="<?php echo $wspath?>">home</a></span> <span class="dvdr">//</span> <span>Cut Off - <?php echo $datadt['title'];?></span> </div> </div> </div> </div> </div> </div> </div> <div class="container" style="margin-top:50px;"> <div class="row" style="margin: auto; padding-bottom: 20px; overflow-x: auto !important;"> <div class="col-lg-12 col-md-12 col-sm-12"> <!--<img src="assets/pdf.png" width="100px">--> <div style="margin-top:20px;"> <!--<h4>--> <!--<a href="">--> <?php echo $data['title']?> <?php echo $datadt['link'];?> <!--</a>--> <!--</h4>--> </div> </div> </div> </div> </main> <?php include("footer.php"); ?> </body> </html>