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> </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 style="margin-top: 45px; margin-bottom: 45px;"> <div class="container"> <div class="row"> <?php $sql_select="select * from testseries where testID=2"; $query_select= mysqli_query($conn, $sql_select); $n=0; while($res_select=mysqli_fetch_array($query_select)) { ?> <div class="col-sm-4" style="background:#e4eef1;padding:20px;margin-left:20px;border: 2px solid #bfc2cc;margin-bottom:20px;"> <h3 style="color:black;"> <?php $sql_class = "Select * from class where id ='".$res_select['classID']."'"; $query_class = mysqli_query($conn, $sql_class); $res_class = mysqli_fetch_array($query_class) ?> Class <?php echo $res_class['class']; ?>Quiz </h3> <p class="text-justify"><?php echo $res_select['description']; ?></p> <table> <tr><td>Title<td>-><td> <?php echo $res_select['title']; ?></td> </tr> <tr><td>Price<td>-><td><i class="fa fa-inr" aria-hidden="true"></i> <?php echo $res_select['price']; ?><td></tr> </table> <?php $sql_invoice = "Select * from invoice where userID = '".$_SESSION["ID"]."'"; $query_invoice = mysqli_query($conn, $sql_invoice); $res_invoice = mysqli_fetch_array($query_invoice); if(mysqli_num_rows($query_invoice)>0){ ?> <a href="quizpreparation.php?DID=<?php echo $res_select['id'];?>&FID=2" class="btn btn-danger" style="margin-top: 11px;">Start Test</a> <?php }else{?> <a href="payment.php?DID=<?php echo $res_select['id'];?>" class="btn btn-danger" style="margin-top: 11px;">Start Test</a> <?php } ?> <!--<a href="payment.php?DID=<?php echo $res_select['id'];?>" class="btn btn-danger" style="margin-top: 11px;">Start Test</a> <a href="quizpreparation.php?DID=<?php echo $res_select['id'];?>&FID=2" class="btn btn-danger" style="margin-top: 11px;">Start Test</a> <a href="testpayment.php?DID=<?php echo $res_select['id'];?>&FID=2" class="btn btn-danger" style="margin-top: 11px;">Start Test</a> --> </div> <?php } ?> </div></div> </section > <?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>