News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Use the PHP Filter Extension to Validate User Data
November 15, 2010 @ 09:35:30

On PHPBuilder.com there's a recent tutorial posted abut using the filter extension (now a part of the PHP core since 5.2) to filter and validate incoming user data.

With so much potential for distraction, it's no wonder that developers continue to fall victim to the very same security gaffes that have afflicted the community for well over a decade. Notably, failure to properly validate user input remains the single most serious security issue, with several of the Open Web Application Security Project's top ten security risks originating directly from this oversight.

He shows how much of an issue improperly escaped data can cause and how to validate a few different kinds of data like alphanumeric string and integers. He also mentions using prepared statements or the Zend_Filter component of the Zend Framework.

1 comment voice your opinion now!
filter user input tutorial zendfulter preparedstatement extension


blog comments powered by Disqus

Similar Posts

Brian Swan's Blog: Running WordPress on SQL Server

Zend Developer Zone: Work with XML Data in the Zend Framework

NETTUTS.com: Diving into the Twitter API

Max Horvath's Blog: How to enable the Xdebug debugger in Zend Studio for Eclipse

PHPMaster.com: List Files and Directories with PHP


Community Events











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


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

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