News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
GoodPHPTutorials.com:
SQL Injections in PHP with MySQL
March 20, 2006 @ 07:42:59

On GoodPHPTutorials.com, there's this helpful tutorial that anyone working with any sort of website that has a database backend should look into - a brief look at SQL injections with PHP and MySQL.

SQL injections are a major security risk in many PHP applications. Injections are caused when a web developer allows the end-user to manipulate a variable that is being inserted into a database query string, generally through the $_GET, $_POST or $_SESSION superglobals. When a value isn't verified, major problems can occur. Since MySQL is the most commonly used database platform for PHP applications, it seemed appropriate to write an article specifically related to that.

They cover different topics that you'll need to protect yourself against a basic level of SQL injections - the key is the validation of your data. They have code examples to help you along and explain each step, including outputting the data to the page (where things like cross-site scripting issues can occur).

0 comments voice your opinion now!
tutorial SQL injection mysql verify input data tutorial SQL injection mysql verify input data




Community Events





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


introduction series database interview api community symfony2 opinion custom unittest application test language phpunit release podcast development conference framework component

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