how to prevent SQL injection
Answers
Answered by
1
Answer:
Explanation:
SQL injections can be prevented through firewalls, input valdation, character escaping functions and avoiding connecting the application to the database using an account with admin (root) privileges.
Similar questions