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 notes 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> <style> iron-icon{ display:none; } </style> <!-- 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">Subject</h2> </div> </div> </div> </div> </div> <!--SECTION START--> <div class="container com-sp pad-bot-70 " style="margin-top:66px;" > <div class="row"> <div class="ed-course" > <?php $sql_subject = "Select * from subject where id ='".$res_select['subjectID']."'"; $query_subject = mysqli_query($conn, $sql_subject); $res_subject= mysqli_fetch_array($query_subject) ?> <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.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_subject['subject']; ?></span> </a> </div> </div> </div> </div></div> <!-- <section> <div class="container-fluid com-sp pad-bot-70 pg-inn"> <div class="row"> <div class="col-md-4"style="height:200px;width:200px;background:grey;"> <i class="fa fa-book" aria-hidden="true" style="position: absolute; font-size: 77px; top: 50px; text-align: center; left: 45px; color: red;"></i> <h3>Hindi</h3> </div> </div> </div> </section>--> </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>