LOLPHP: SQL Injection 101

https://konstant1n.livejournal.com/9143.html SQL Injection 101 – found on github ~75000 times ?! From reddit/LOLPHP To be fair: first page is about tests and SQL Injection example, the “real deal” starts from page 2. And this is 2013!

LOLPHP: SQL Injection 101

http://konstant1n.livejournal.com/9143.html SQL Injection 101 – found on github ~75000 times ?! From reddit/LOLPHP To be fair: first page is about tests and SQL Injection example, the “real deal” starts from page 2. And this is 2013!

[компьютерное] Little bobby tables we call him | whaaaa

https://konstant1n.livejournal.com/5202.html whaaaa, this explains what “SQL Injection” is. Even people who are only use computers could understand this. In 2 sentences: many computer programs use things called databases to store data. Databases take data from computer programs and some special commands [proper term: SQL]. The common error for ppl who write programs is to forget to separate data from those commands. The result is pictured above where data, a boy’s name, is mixed with text that database recognize as command DROP TABLE students which deletes all data named “students”. This sort of error called “SQL Injection”. ...

[компьютерное] Little bobby tables we call him | whaaaa

http://konstant1n.livejournal.com/5202.html whaaaa, this explains what “SQL Injection” is. Even people who are only use computers could understand this. In 2 sentences: many computer programs use things called databases to store data. Databases take data from computer programs and some special commands [proper term: SQL]. The common error for ppl who write programs is to forget to separate data from those commands. The result is pictured above where data, a boy’s name, is mixed with text that database recognize as command DROP TABLE students which deletes all data named “students”. This sort of error called “SQL Injection”. ...