News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Security Tip Use a Database Abstraction Layer to help prevent SQL Injection
April 11, 2007 @ 11:39:00

Matthew Weir O'Phinney has posted one of his own security tips to the Zend Developer Zone today involving the use of a database abstraction layer to help prevent SQL injections in your application.

SQL injections are a common vulnerability in web-based applications that use databases. [...] There are several methods to prevent this type of attack.

He gives three helpful hints for SQL injection prevention:

  • Use your database extension's quoting mechanism to quote values prior to executing a query
  • Use PDO's prepared statements support
  • Use a database abstraction layer (DAL), such as AdoDB, PEAR::MDB2, or Zend_Db.

0 comments voice your opinion now!
securitytip sqlinjection prevent database abstraction layer securitytip sqlinjection prevent database abstraction layer


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Preventing spam when using PHP\'s mail function

DevShed: Building a Logout Class

Lukas Smith's Blog: Database abstraction mailing list

Jan Lehnardt's Blog: CouchDb Views with PHP

Zumba Engineering Blog: Mongounit Project Open Sourced


Community Events











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


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

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