News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: A PHP 'Hello World' Script Using Zend Core for i5

Jonathan Snook's Blog: Creating a Contact Form in CakePHP 1.2

DevShed: Using the Memento Pattern with a File Reading Class

Lukas Smith\'s Blog: Slides from the PHP Conference

Odafe Ojenikoh's Blog: Interactive PHP CLI Applications using Zend Form


Community Events









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


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

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