News Feed
Jobs Feed
Sections




News Archive
NETTUTS.com:
Getting Clean With PHP
September 15, 2009 @ 11:55:55

New from NETTUTS.com today there's an article that both reminds PHP developers of the importance of filtering data and gives them a long list of the filters that PHP has to make it easy.

Data security is important and often undervalued by designers, developers, and clients alike. Since PHP 5.2.0, data sanitization and validation has been made significantly easier with the introduction of data filtering. Today, we're going to take a closer look at these filters, how to use them, and build a few custom functions.

They talk about filtering things like cross-site scripting, SQL injections and "improper" data in your submissions. They look at the filter extension and how the filter_var function can be used in combination with a long list of filter types to ensure the validity of your data (like FILTER_VALIDATE_EMAIL, FILTER_VALIDATE_IP, FILTER_SANITIZE_STRING and FILTER_SANITIZE_URL). They also briefly mention the use of custom functions to handle validation on more complex data sets.

0 comments voice your opinion now!
filter input tutorial extension


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Create a Slick Flickr Gallery with SimplePie

PHPImpact Blog: 5 great articles on SPL Iterators

Nefarious Designs: Object-Oriented PHP Part 4: PHP5's Improved Features

The Bakery: ToniAcl Component Tutorial

DevShed: Sanitizing Input with PHP


Community Events









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


example tool event api code language framework testing opinion functional conference development introduction release podcast zendframework2 object interview composer community

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