hjkhhrtertererrrrrerrtertertertertertertert
bnmbnerterterterterterdfgdfgdfgdfgdfgdfgdfgdfgdfg
/
home4
/
digil8bw
/
arrowaim.in
/
Upload FileeE
HOME
<?php include_once 'configuration/function-include.php'; $nav='home'; ?> <!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> <?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 class="our-histry-area" style="margin-top:50px;margin-bottom:50px;"> <div class="container"> <div class="row align-items-center"> <?php $sql="select * from test where id=3"; $test= mysqli_query($conn, $sql); $n=0; while($test_row=mysqli_fetch_array($test)) { ?> <div class="col-lg-6"> <div class="history-title"> <div class="con-title"> <h2> <span><?php echo $test_row['testseries'];?> </span></h2> <p></p> </div> <p><?php echo $test_row['description'];?> </p> <div class="text-left" style="margin-top:20px;margin-bottom:20px;"> <?php $sql_select = "Select * from profile where userID = '".$_SESSION["ID"]."'"; $query_select = mysqli_query($conn, $sql_select); $res_select = mysqli_fetch_array($query_select); if(mysqli_num_rows($query_select)>0){ ?> <a href="test.php?DID=<?php echo $test_row['id'];?>" style="background:#ed1a1e; color: white; padding: 10px; border-radius: 8px;" >Start Test</a> <?php }else{?> <a href="admission.php" style="background:#ed1a1e; color: white; padding: 10px; border-radius: 8px;" >Take Admission</a> <?php } ?> </div> </div> </div> <div class="col-lg-6"> <div class="single-histry-one"> <img src="upload/test/<?php echo $test_row['img'];?>" alt="Store" class="historyimg"> </div> </div> <?php } ?> </div> </div> </section> <?php include'footer.php' ?> <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>