<?php include("./inc/errhand.ed");
session_start();
if (isset($_SESSION["FUN"]))
$LASTUSER = $_SESSION["FUN"];
session_unset();
session_destroy();
$pname = "Recruiters Login";
?>
<?PHP include ("./inc/header.ed"); ?>
<tr><td> <?if (isset($LASTUSER)){ ?> You have entered an invalid user ID or password
      please try again</td></tr>
<tr><td>If you do not have an account, <a href="newhunter.ed">sign up here</a> <?php }
else {?>If you do <b>not</b> have an account, click <a href="newuser.ed">here</a> to sign up</td></tr>
<tr><td>If you already have an account, please enter your user ID and password  <?php } ?>
</td></tr></table>
<form action="cl.ed" method="POST">
<table <? ow(); ?> border="0" align="center">
<tr><td width="100">User ID</td>
<td width="170"><input type="text" name="UserID" value ="<?php if (isset($LASTUSER)) echo stripslashes($LASTUSER);?>"/></td></tr>
<tr><td>Password</td>
<td><input type="password" name="Pass" /></td>
<td>Forgotten your Password, <a href="forgot.ed">click here</a></td></tr>
<tr><td>&nbsp;</td>
<td><input type="submit" value = "Log in" name="submit"></td></tr>
</table>
</form>
<?include ("./inc/footer.ed"); ?>
