A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: sql injection

Zend Framework: SQL Injection Prevention from DPC Slides

I would never make it to any PHP Conference, so I would have to be satisfied by the replays and slides. I got these from the DPC slides found here (pdf). function query($sql, $bind = array()) – uses prepared statement … Continue reading

Posted in General | Tagged , , , , , | 3 Comments

A Paper on SQL Injection

It is a long read but this post links to PDF file about SQL Injection — here is the abstract:   ABSTRACT Googling for “SQL injection” gets about 4 million hits. The topic excites interest and superstitious fear. This whitepaper dymystifies … Continue reading

Posted in General | Tagged , | Leave a comment