I have a form with username and password and the value gets posted to check.php when I have no input in username and password,(left blank), isset($_POST["username"]) and isset($_POST["password"]) returns true, which it should not be as I did not set anything. But empty($_POST["username"] returns true as is expected. can someone explain this behaviour of isset.
Thanks