News Feed
Jobs Feed
Sections




News Archive
Michael Girouard's Blog:
FIEO with PHP 5 Interceptors
November 08, 2007 @ 08:41:00

Michael Girouard has a post on his blog about something that's becoming more and more wide-spread in the PHP community (thankfully) - filtering input from users and escaping the output to ensure the safety of your application.

The idea itself is simple. When data comes into your application, it must be filtered prior to it actually being used for any reason. This means all data. Form values, URL values, and yes, even the values in the forever useful $_SERVER superglobal. [...] Before leaving your application, data should be properly escaped with the specific output medium in mind.

Previously he showed how, using an interceptor method in PHP5, you could build "collections of data". He uses the same sort of method here, appling custom filters to the data based on the output call. Code is included for both the filtering interface and two example filters - one for SQL and the other for HTML.

You can also grab the code if you just want to play with that.

0 comments voice your opinion now!
fieo php5 interceptor filter input escape output fieo php5 interceptor filter input escape output


blog comments powered by Disqus

Similar Posts

Secunia.com: Slackware Update for PHP

PHPit.net: Having fun with PHP\'s output buffer

HowTo Forge: How To Set Up A Facebook RSS Feed Reader

Community News: PHP 5.3 to roll out later this week!

Nexen.net: PHP 4 and PHP 5 are in a boat : from will to reality


Community Events











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


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

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