News Feed
Jobs Feed
Sections




News Archive
Mattias Geniar's Blog:
Input Validation Using filter_var() Over Regular Expressions
February 11, 2009 @ 07:55:30

This recent post to Mattias Geniar's blog takes a look at an alternative to trying to catch every single thing that could be filtered on user input with a regular expression - the filter_var function.

Just about the biggest time-sink on any project, is the amount of input validation that needs to be done. You _have_ to assume your visitor is a maniac serial killer, out to destroy your application. And you have to prevent it. [...] Thus starts our never-ending battle for user input validation. We can't allow it all so we check every value presented to us. But using PHP's filter_var function, this can be made 100x easier!

He includes the long list of filtering types that the function has to offer including sanitizing strings, working with special characters and validating input like email addresses, URLs and IP addresses.

0 comments voice your opinion now!
filtervar regular expressions input validation sanitize


blog comments powered by Disqus

Similar Posts

Mattias Geniar's Blog: Input Validation: Using filter_var() Over Regular Expressions

Developer Tutorials Blog: Learn regular expressions in PHP

WebInOne.net: Date validation for CodeIgniter 2

Kevin Schroeder's Blog: Zend Framework 2 Event Manager

David Müller: Why URL validation with filter_var might not be a good idea


Community Events









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


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

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