Which feature in CodeIgniter helps to filter input data to prevent SQL injection?
- Data Escaping
- Form Validation
- Input Validation
- Query Sanitization
CodeIgniter provides Query Sanitization as a mechanism to prevent SQL injection attacks by escaping and filtering input data.
Loading...
Related Quiz
- What security risks are associated with storing uploaded files directly in the webroot directory?
- To prevent XXE attacks, it's crucial to disable ________ when processing XML file uploads.
- ________ is a critical aspect in CodeIgniter that needs optimization for handling high traffic.
- A developer is debugging a transaction issue where even after an error, the changes are not rolled back. The first component to investigate is ________ in CodeIgniter.
- Form validation that involves checking the data against a set of rules before it's processed is known as ________ validation.