how do you protect your site from sql injection in zend when using select query?



how do you protect your site from sql injection in zend when using select query?..

Answer / Anuj Kumar Tripathi

To protect against SQL injection in Zend, always parameterize your queries using prepared statements or bind parameters. Avoid concatenating user input directly into your SQL queries.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Zend Interview Questions

Tell me what are the ways in which the file can be detected as being uploaded or not?

1 Answers  


Explain routing in zend framework?

1 Answers  


What are naming convention for php file?

1 Answers  


How to use update statemnet in zend framework?

1 Answers  


How can you get a module name in bootstrap file.

1 Answers  


How to get all post data in zend framework?

1 Answers  


Do you know what is the use of zend framework?

1 Answers  


What is routing in zend in zend framework?

1 Answers  


Explain the difference between zend 2 & zend 3?

1 Answers  


What are the methods used in decorator?

1 Answers  


How to write a program to show the function of action helper?

1 Answers  


What are decorators in the zend framework?

1 Answers  


Categories