To prevent SQL injection, form inputs should be ________ before being used in database queries.

  • Encrypted
  • Escaped
  • Hashed
  • Serialized
Form inputs should be properly escaped to prevent SQL injection, ensuring that user input is treated as data rather than executable code.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *