Content deleted Content added
The #! and "use" declarations are superfluous, to the point of string interpolation. |
Fixed syntax errors in sql injection code. |
||
Line 137:
An example of SQL Injection will be like this:
<source lang="text">
query = "SELECT x, y, z FROM Table WHERE id=
</source>
If ''id'' is replaced with ''"'; DELETE FROM Table;
== See also ==
|