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.
Loading...
Related Quiz
- To optimize a search feature, a CodeIgniter Model might use ________ to filter results.
- In CodeIgniter, the default timezone is set in the ________ file.
- In a situation where a customer's payment fails due to network issues, the payment gateway should ideally implement ________ to handle such scenarios.
- The ________ directory is crucial for managing different cache types in a CodeIgniter application.
- How do you manage dependencies when integrating multiple third-party libraries in CodeIgniter?