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

Richard Heyes' Blog: mail() replacement

PHPBuilder.com: Add NoSQL Data Storage to Your PHP Development with Redis

Richard Miller\'s Blog: UPHPU meeting on custom 404 pages

Ivo Jansch's Blog: Don’t use addslashes for database escapes

Maarten Balliauw's Blog: PHPLinq 0.4.0 released on CodePlex!


Community Events











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


composer interview framework introduction functional phpunit release podcast database series code language opinion testing development community zendframework2 api example application

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