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

CIO.com: You Used PHP to Write WHAT?!

Sonspring.com: Time Sensitive CSS

Mikko Koppanen's Blog: Creating a simple line graph

IBM developerWorks: PHP frameworks, Part 1: Getting started with three popular frameworks

DevShed: Migrating Class Code for a MIME Email to PHP 5


Community Events









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


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

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