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 – is a database access layer providing a standardized method of access to multiple databases.
Continue reading
Posted in Best Practice, PHP Development | Tagged SQL Injection, Zend Framework | 4 Comments