InterviewSolution
Saved Bookmarks
| 1. |
What's An Sql Injection? |
|
Answer» SQL Injection is when form DATA CONTAINS an SQL escape sequence and injects a new SQL query to be RUN. SQL Injection is when form data contains an SQL escape sequence and injects a new SQL query to be run. |
|