How to prevent sql injection?
Answers
Answered by
0
To protect a web site from SQL injection, you can use SQL parameters.
SQL parameters are values that are added to an SQL query at execution time, in a controlled manner.
SQL parameters are values that are added to an SQL query at execution time, in a controlled manner.
Similar questions