News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
NETTUTS.com:
Sanitize and Validate Data with PHP Filters
January 16, 2009 @ 08:43:16

On the NETTUTS.com website today there's a new tutorial looking at a very important (but often forgotten) part of any good web application - sanitizing and filtering data.

Data validation is an integral part of working with forms. Not only can invalid submitted data lead to security problems, but it can also break your webpage. Today, we'll take a look at how to remove illegal characters and validate data by using the "filter_var" function.

Using filter_var they create a simple form with email and URL input fields. Their script runs these through the FILTER_SANITIZE_EMAIL and FILTER_SANITIZE_URL respectively to see if they are valid. Later they add on a name and message field to make it into an email form (performing the checks on these with the FILTER_SANITIZE_STRING).

A link to download the source is also included.

0 comments voice your opinion now!
sanitize filter viltervar string email url form tutorial



Similar Posts

Paul Jones' Blog: Sending Mail with Solar

Stefan Mischook's Blog: Setting up an MVC structure with the Zend Framework - part 1

Abhinav Singh's Blog: How to add content verification using hmac in PHP

DevShed: Improving Exception Throwing when Auto Loading Classes in PHP 5

KillerPHP.com: Zend Framework Components Part 2: Zend_View


Community Events









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


microsoft release developer facebook job feature drupal performance symfony extension zendframework sqlserver wordpress codeigniter podcast framework windows opinion conference apache

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