News Feed
Jobs Feed
Sections




News Archive
DZone.com:
Hardening PHP SQL injection - Complete walkthrough
August 12, 2011 @ 09:20:13

On DZone.com today there's a new post from Krzysztof Kotowicz sharing a presentation of his about protecting your application from SQL injection.

The materials teach how to use prepared statements, how to escape and write secure stored procedures. Many PHP projects are covered - PDO, Propel, Doctrine, Zend Framework and MDB2. Multiple gotchas and caveats are included. I discuss why escaping is usually the wrong choice, which practices to avoid or follow and how stored procedures sometimes offer no protection at all.

The presentation (as posted to Slideshare) starts with some of the basics - what SQL injection is and an example of how it could be used to bypass security. He covers how to use prepared statements in each of the technologies (with code snippets), methods for escaping data and how to create stored procedures that are protected from the same threats.

0 comments voice your opinion now!
harden application sqlinjection pdo doctrine zendframework mdb2 presentation


blog comments powered by Disqus

Similar Posts

WebReference.com: Working With Forms

Community News: Dutch PHP Conference Speakers Finalized

Crosscott.com: PHP-GTK News #19

Content with Style: Zend Framework with nginx and php-fastcgi

Lorna Mitchell's Blog: Tips on Writing an API for a Smartphone App


Community Events











Don't see your event here?
Let us know!


code example conference development unittest testing series podcast interview tool introduction zendframework2 composer release object functional community opinion framework language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework