0

I'm learning about SQL injection, and I learned that one type of blind sql injection is to find the number of columns in a table like this for example:

category.php?id=10' order by 5--

But then I saw something like the following:

category.php?id=10' order by 5--+

Can anyone explain the purpose of the plus sign? I'm not sure how MySQL handles that operator in this context. Can anyone think of an example of how this applies if the query is being executed through PHP.

Ci3
  • 4,632
  • 10
  • 34
  • 44

0 Answers0