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

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

NetTuts.com: Build Web Apps From Scratch With Laravel: Filters, Validations, and Files

DevShed: Enforcing Object Types in PHP - Using the PHP5 instanceof Operator

Ken Guest's Blog: Validation in Depth - a retort to using just regular expressions

SitePoint PHP Blog: The Joy of Regular Expressions [1]


Community Events









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


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

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