hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); $nav = 'addnotes'; if(!empty($_REQUEST['DID'])){ $_REQUEST['DID'] = $_REQUEST['DID']; } else { $_REQUEST['DID'] = ''; } if(!empty($_REQUEST['datafrmSubmit'])){ $_REQUEST['datafrmSubmit'] = $_REQUEST['datafrmSubmit']; } else { $_REQUEST['datafrmSubmit'] = ''; } //Fetch Data From Database............... $sql_select = "Select * from video where id = '".$_REQUEST['DID']."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); ?> <!DOCTYPE html> <html lang="en"> <head> <title>Arrow Aim Academy</title> <!-- META TAGS --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Arrow Aim Academy is one of the best educational Academy, it's suitable for all education online education,tution center,distance education,computer education"> <meta name="keyword" content="education, Best Academy,"> <!-- FAV ICON(BROWSER TAB ICON) --> <link rel="shortcut icon" href="images/icon.png" type="image/x-icon"> <!-- GOOGLE FONT --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700%7CJosefin+Sans:600,700" rel="stylesheet"> <!-- FONTAWESOME ICONS --> <link rel="stylesheet" href="css/font-awesome.min.css"> <!-- ALL CSS FILES --> <link href="css/materialize.css" rel="stylesheet"> <link href="css/bootstrap.css" rel="stylesheet" /> <link href="css/style.css" rel="stylesheet" /> <link href="css/style-mob.css" rel="stylesheet" /> </head> <body> <!-- MOBILE MENU --> <?php include 'header.php' ?> <div class="search-top"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="search-form"> <h2 class="txt">Topics</h2> </div> </div> </div> </div> </div> <div class="container com-sp pad-bot-70 " style="margin-top:66px;" > <div class="row"> <div class="ed-course" > <?php $sql_topic = "Select * from topic where id ='".$res_select['topicID']."'"; $query_topic = mysqli_query($conn, $sql_topic); $res_topic= mysqli_fetch_array($query_topic) ?> <div class="col-md-4 col-sm-4 col-xs-12"> <div class="ed-course-in" style="border-radius:10px;"> <a class="course-overlay" href="topic-video.php?DID=<?php echo $res_select['id'];?>" > <img src="images/s.jpg" alt="" style="border-radius:8px;"> <span style=" text-transform: uppercase;"> <?php echo $res_topic['topic']; ?></span> </a> </div> </div> </div> </div></div> <?php include 'footer.php' ?> <!--Import jQuery before materialize.js--> <script src="js/main.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/materialize.min.js"></script> <script src="js/custom.js"></script> </body> </html>