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

TheTechLabs.com: Integrate Flex Builder 3.0 & Php easily with the fresh ZendAMF

DevShed: Getting PHP to Talk to MySQL

Anthony Wlodarski's Blog: Node.js and Zend Auth with Sessions stored in the database

DevShed: Building PDF Documents with PHP 5

WebReference.com: Administering RBAC in PHP 5 CMS Framework


Community Events











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


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

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