Current File : /home/inlingua/www/icentex/indeed-test/thanks.php
<?php
include("check.php");
include("header.php");
?>

<br></br>

Successfully Submitted. 
<br><br>
<span style="font-size: 16px;">
In order to make an accurate placement, you must complete the needs analysis at the end of the
test. We would like to know how you achieved your target language proficiency, how you judge your
target language skills and what priorities should be taken into consideration with your language training.</span>
<br><br>

<?php

echo"<br><a href='ingl_admission_analysis.main.php?sid=".$_SESSION['sid']."' style='font-size:20px;'>Click Here to fill detailed Analysis form</a>";
include("footer.php");

if($_SESSION['testBy']=="FD")
{
header("Location:../admin_fd/result.php?sid=".$_SESSION['sid']."");    
}
else{
    
    session_destroy();
}
?>