How will you avoid sql injection?
Answer / Dharmendra Choubey
To avoid SQL injection in Drupal, always use prepared statements with parameterized queries or escape user input before using it in SQL queries. Also, ensure to enable the Drupal's built-in SQL query caching and sanitize all user inputs.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is drupal best used for?
What is drush cr?
How to install themes in your drupal website?
Explain the function and working of dashboard module ?
Explain about workbench moderation module
How to create custom table using drupal module?
How can improve the drupal cache and logging?
What is drupal distribution?
What is drupal trigger ?
What is the use of Show as expanded field while creating menu?
What is relationship in views?
What is a database api?