if(!$_POST['username'] | !$_POST['pass']) {
die('You did not fill in a required field.');
}
This is what I thought would work but it doesn't!
<a href="forum.php"><h1>Click here to try again</h1>
Any help would be great also if you could explain it a little?