if($check == log_error)
echo 'You are not a valid user. Please register ... ';
?>
if($check == dbe)
echo 'User name unavailable. Please give an another user name and E-mail id..';
?>
if($_SESSION['res'] == 'notm')
{
echo "Please enter correct security code.";
}
unset($_SESSION['res']);
?>
if($check != 'reg')
{
?>
}
else
{
?>
}
?>
include '../include/add.html';
include '../include/link.html';
?>