hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php ob_start(); include("configuration/function-include.php"); if($_SESSION['Email']==""){ header("location:login.php"); exit(); } ?> <!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> p{ margin-left: 20px; font-size: 20px;} </style> <?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">Test Series</h2> </div> </div> </div> </div> </div> <section> <div class="container-fluid com-sp pad-bot-70 pg-inn" style="background:#f7f7f7;"> <div class="row"> <div class="cor"> <?php $sql_select="select * from preparaion "; $query_select= mysqli_query($conn, $sql_select); $n=0; while($res_select=mysqli_fetch_array($query_select)) { ?> <div class="col-md-3"> <div class="cor-mid-img"> <div class="video-thumb-grid"> <?php $sql_class = "Select * from class "; $query_class = mysqli_query($conn, $sql_class); $res_class = mysqli_fetch_array($query_class) ?> <img src="upload/class/<?php echo $res_class['img'];?>" class="timg"> <p style=" margin-top: 20px;"> Class:<?php echo $res_class['class'];?></p> <p><?php echo $res_select['title'];?></p> <a href="payment.php?DID=<?php echo $res_select['id'];?>" class="btn btn-danger btn-theme-colored btn-sm text-uppercase mt-10" style="margin-left:20px;padding: 8px 10px;">Start Test</a> </div> </div> </div> <?php } ?> </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>