News Feed
Jobs Feed
Sections




News Archive
DevShed:
PHP Programs to Prevent MySQL Injection or HTML Form Abuse
January 07, 2009 @ 11:13:41

On DevShed today there's a new tutorial looking at a method for protecting your application (your MySQL/PHP application) forms from malicious attacks like SQL injections.

It has been known for a while that if a form is unsecured, malicious code in the form of MySQL injection will be initiated to attack the site. HTML forms such as drop down menus, search box, check boxes are all susceptible entry points of this type of abuse. This article will explain what happens in this kind of attack, and how to prevent it.

They compare unvalidated input with a validated method that uses some simple checks to ensure that the given content is numeric and regular expressions to match text.

0 comments voice your opinion now!
tutorial form abuse security regular expression validate


blog comments powered by Disqus

Similar Posts

Steponas Kazakevicius' Blog: Interruptable file download

Zend Developer Zone: Data Migration and Import Examples

Vid Luther's Blog: Deploying Wordpress with Phing to the Rackspace Cloud

Andreas Gohr's Blog: A Pirate Map with LibGD and Google Maps

PHPBuilder.com: Profiling PHP Code with Xdebug and KCacheGrind


Community Events









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


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

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