Tag Archives: SQL Injection

June 18, 2010
by Teo

Protection against SQL Injection using PDO and Zend Framework – part 2

Following the preview article about SQL Injection, here is more – a strong argument why you should use Zend Framework for handling database access. Zend_Db is the primary class used for access the database, but there is more: Zend_Db_Statement, Zend_Db_Select … Continue reading

Posted in Best Practice, PHP Development | Tagged , | Leave a comment

June 16, 2010
by Julian

Protection against SQL Injection using PDO and Zend Framework

SQL injection is a technique that exploits a security vulnerability occurring in the database layer of an application. Usually, user input is not filtered by the script and is passed into a SQL statement. PDO – PHP Data Objects – … Continue reading

Posted in Best Practice, PHP Development | Tagged , | 4 Comments