News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
FIEO Filtering Input with PHP's Filter Functions
August 28, 2009 @ 08:55:03

Brandon Savage has a new post about a key concept that both new and experienced developers need to remember when working with user input - Filter Input, Escape Output (FIEO).

Brand-new PHP developers have drilled into their heads the concept of Filter Input, Escape Output (FIEO). This concept essentially insists that all user-provided content be filtered or escaped, without exception. With the delivery of PHP 5.2.0, this got a lot easier, because PHP included, by default, the Filter library.

He gives two examples of an email validation method - one using a regular expression and the other using the filter_var function of the filter extension with the FILTER_VALIDATE_EMAIL constant for the type.

0 comments voice your opinion now!
filter input output extension


blog comments powered by Disqus

Similar Posts

Mike Bernat's Blog: Installing Xdebug - Best Decision You Will Ever Make

ThinkPHP Blog: Practical Testing PHP Applications with Selenium

Reddit.com: Protecting against attack?

DeveloperDrive.com: Common Mistakes to Avoid When Coding in PHP

SitePoint PHP Blog: How to Expose PHP's Private Parts


Community Events











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


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

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