News Feed
Jobs Feed
Sections




News Archive
Roshan Bhattarai's Blog:
How to filter user submitted data easily in PHP?
August 15, 2008 @ 09:31:59

On his blog, Roshan Bhattarai shares a few tips on keeping your application safe by filtering user-submitted data.

Yesterday, I saw one of my friend was working on the the contact form and was filtering the user input data(posted variables) individually. He was using a function in PHP to filter the input and using tedious approach while calling the filtering function for each variables with coding each of them in single line . Today, I'm going to show you how can you filter the posted variables easily using callback function in PHP.

He shows how to create a filter_data function (for removing HTML embedded in the data) and how to implement it around your data. It could be extended pretty easily to do more than one filtering method to protect your information even more.

0 comments voice your opinion now!
submit user data filter htmlentities


blog comments powered by Disqus

Similar Posts

Atlanta PHP Users Group: March \'06 Meeting Podcast and Slides

Sameer Borate's Blog: Creating custom stream filters

NetTuts.com: Turbocharge your Website with Memcached

Jacob Santos' Blog: Why SDO Doesn't Take Off

Ed Finkler's Blog: PHPSecInfo v0.2.1 now available


Community Events











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


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

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