News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
Data Filtering
June 25, 2009 @ 10:21:33

WebReference.com has posted a new tutorial looking at filtering data (user input or otherwise) in your PHP applications:

In this article, we will be exploring some of the many data filters that are offered by PHP. These functions are available since PHP 5, and no extension installation is required since it is part of PHP 5's core. We will also be looking at what data filtering is and why it should be used in web applications.

The tutorial covers the safe filtering of the superglobals (possible user input) and using functions like mysql_real_escape_string and the filter extension to do it. Some sample code is included to show you how to both filter and evaluate the incoming data to ensure it's valid.

0 comments voice your opinion now!
tutorial extension filter data


blog comments powered by Disqus

Similar Posts

DevShed: Retrieving Information on Several Objects with Destructors in PHP 5

DevShed: Working with Regular Expressions with Filters in PHP 5

PHP Zone: PHP Access Control - PHP5 CMS Framework Development

Eric Bannatyne's Blog: Simple CRUD With CodeIgniter

Brian Deshong's Blog: Who’s Online with PHP and Memcached


Community Events











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


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

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