Thursday, 15 September 2016

What is SQL injection?


Possible Duplicates:
XKCD sql injection - please explain
What is SQL injection?






I have seen the term "SQL injection" but still do not understand it. What is it?

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...