News Feed
Jobs Feed
Sections




News Archive
Gonzalo Ayuso's Blog:
How to protect from SQL Injection with PHP
February 08, 2012 @ 08:07:05

In a recent post to his blog, Gonzalo Ayuso shares a few tips on preventing SQL injection attacks on your applications.

Security is a part of our work as developers. We need to ensure our applications against malicious attacks. SQL Injection is one of the most common possible attacks. Basically SQL Injection is one kind of attack that happens when someone injects SQL statements in our application. You can find a lot of info about SQL Injection attack. Basically you need to follow the security golden rule: "Filter input, Escape output".

He advocates the use of the PDO abstraction layer to filter out a lot of the issues. Using its prepared statements, you can easily strip out things that just adding slashes to user input wouldn't prevent. He also includes a reminder about database permissions - allowing only certain users the ability to, for example, delete can help provide one more level of security (in other words, don't use a "super user" in production).

0 comments voice your opinion now!
sql injection pdo protect database permissions tutorial


blog comments powered by Disqus

Similar Posts

Asvin Balloo's Blog: AJAX image cropper with YUI and PHP

PHPMaster.com: Dependency Injection with Pimple

NETTUTS.com: How to Set Up a Killer WordPress Testing Environment Locally

IBM developerWorks: Hook into Wikipedia information using PHP and the MediaWiki API

Content with Style: Linkedin and Zend_Oauth


Community Events











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


release series phpunit opinion code functional database interview api composer podcast zendframework2 community testing language unittest framework introduction example development

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