Skip to content

Instantly share code, notes, and snippets.

@jayabalpd
Created August 30, 2021 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jayabalpd/546a5d5607029be6fbe5b66db3c761b5 to your computer and use it in GitHub Desktop.
Save jayabalpd/546a5d5607029be6fbe5b66db3c761b5 to your computer and use it in GitHub Desktop.
<?php
session_start();
if(isset($_SESSION['examineeSession']['examineenakalogin']) == true) header("location:home.php");
?>
<?php
include("login-ui/index.php");
?>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/ajax.js"></script>
<script type="text/javascript" src="js/sweetalert.js"></script>
@jayabalpd
Copy link
Author

the above code contains online examination system using PHP need source tnpsc exams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment