News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

IBM developerWorks: SDO for PHP Demonstrations from php|tek

Jonathan Street's Blog: When scraping content from the web don't make it obvious

PHPBuilder.com: Highlighting What Section of a Website the User Is In

DevShed: Validating User Input with the Strategy Pattern

Tobias Schlitt's Blog: Taint mode for PHP?


Community Events









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


PHP5 application framework PEAR cakephp developer zendframework security mysql package book zend releases database job ajax code conference release example

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