News Feed
Jobs Feed
Sections




News Archive
DevShed:
Database Security Guarding Against SQL Injection
November 11, 2008 @ 07:54:31

DevShed finishes off their series on database security in PHP applications with this look at protecting your application and data from the threat of SQL injections.

In this article we will continue to explore various attacks that can be made on a database and how to prevent these attacks. We will also build the last page of our site.

Their example script is a login for a secured area of the site and contains a possible place for an injection - non-validated user input. With something as simple as making the username a single quote, an attacker could find out more about your database structure and use that to get further into your systems. To avoid it, they recommend validating with the mysql_real_escape_string function as a first line of defense.

0 comments voice your opinion now!
sql injection database security tutorial validate user input mysqlrealescapestring


blog comments powered by Disqus

Similar Posts

DevShed: Searching and Replacing Nodes with SimpleXML in PHP 5 (Part 3)

Prism-Perfect.net: PHP Tag Cloud Tutorial

Phil Sturgeon's Blog: Composer with CodeIgniter

Sebastian Bergmann's Blog: php|works 2006

IBM developerWorks: Creating a REST API with Agavi


Community Events











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


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

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