ok

Mini Shell

Direktori : /home2/selectio/public_html/tnpsctestbatch.com/quiz/
Upload File :
Current File : /home2/selectio/public_html/tnpsctestbatch.com/quiz/final-exam.php

<style>
.top_content_area {
    display:none;
}

</style>
<?php include 'header.php' ?>

<style>
   .wrapper { 
        background-color: white;
        background-image: none;
        padding-top: 0px;
    }

.current-affairs{
  color:black;
}

.current-affairs:hover {
  color:#3366cc;
  transition: 0.5s;
}

body{
    background-color: #f2f2f2;
}
</style>

<div class="container-fluid">
    <div class="row">
        <div class="col-md-12">
            
            <img src="icons/Final-exam.jpg" alt="">
        </div>
    </div>
</div>
<div class="container">
    <div class="row">
        <div class="col-md-12" style="display: flex;justify-content: center;margin-top: 11px;">
            <h1 style="color:black;">You can also practice tests on the following topics.</h1>
        </div>
    </div>
</div>
<div class="container">
    <div class="row">
        <div class="col-md-4">
            <a class="current-affairs" href="../today-current-affairs-in-tamil-for-TNPSC.php" > Current Affairs </a>
        </div>
        <div class="col-md-4">
            <ul style="list-style: none;">
                <li><a class="current-affairs"  href="mock-test-details.php?exam_id=1"> TNPSC Group 1 Test Batch Series </a> </li>
                <li><a class="current-affairs" href="mock-test-details.php?exam_id=2"> TNPSC Group 2/2A Test Batch Series </a> </li>
                <li><a class="current-affairs" href="mock-test-details.php?exam_id=3"> TNPSC Group 4 Test Batch Series </a> </li>
            </ul>
           
        </div>
        <div class="col-md-4">
             <?php        
                $query_subject = $pdo->prepare("SELECT * FROM tbl_subject WHERE status=1");
        		$query_subject->execute();
        		$result_subject = $query_subject->fetchAll(PDO::FETCH_ASSOC);
        		$total=$query_subject->rowCount();
            ?>
             <ul style="list-style: none;" >
                 <?php if($total>0) {foreach($result_subject as $subject_data){
                     
                     $string = $subject_data['subject_name'];
                        $replaced = str_replace(' ', '-', $string); ?>
                     <li><a class="current-affairs" href="../subject_book.php?id=<?=$subject_data['id']?>&&<?=$replaced?>"><?=  nl2br($subject_data['subject_name']) ?></a></li>
                 <?php }}else{ ?>
                    <li><a href="#">No Subjects</a></li>
                 <?php } ?>
                 
             </ul> 
        </div>
    </div>
</div>

<?php include 'footer.php' ?>

<!--<script>-->
<!--    $(document).ready(function(){-->
<!--        setTimeout( function(){ -->
<!--            alert("Thank you...");-->
<!--            window.location.href="../index.php";-->
<!--        }, 3000 );-->
    
<!--    })-->
<!--</script>-->

Zerion Mini Shell 1.0