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

Leaseweb Labs Blog: POC: Flexible PHP Output Caching

Dotvoid.com: PHP 5.2 ajaxified

InformBank.com: How to create Microsoft Office documents on the fly using PHP

Padraic Brady's Blog: HTMLPurifer 3.1.0 Release Candidate Available

Hartmut Holzgraefe's Blog: PHP Braille Extension


Community Events











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


language introduction interview opinion testing conference podcast functional google framework phpunit zendframework2 database symfony2 rest series release usergroup community development

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