HI I'm trying to figure out how a piece o sample code works but when I try and run it I get the above error. Kindly find line below
if(!$_POST['user'] !$_POST['pass']){ //Affected Line
die('You did\'t fill in a required field.');
}
Thanks
!$_POST['user'] !$_POST['pass']
And what kind of fancy condition should that be?