Suppose you have a webpage requires you to input your username and password for authentication.
The username name "abs" and the password is "1234abcd" - you gain entry to the your profile.
But my question is, why is that if I input "abs' --" in the username field and no password, it still returns my profile page?
What is happening behind the scenes with the server, SQL and user?
I just cant seem to understand this. Thanks guys for any help.