';
echo 'the post usermail vaiable should be blank: ' . $_POST['usermail'] . ' <- Is there a blank spot to the left?
';
}
echo '
Change e-mail and / or password
';
// listing all session variables currently set for debugging purposes
echo '';
var_dump($_SESSION);
echo '
';
// delete the above 3 lines when done
echo '
';
include_once ('footer.php');
?>