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

HowTo Forge: How To Harden PHP5 With Suhosin On Fedora 7

DevShed: The Destruct Magic Function in PHP 5

Anthony Ferrara: Programming With Anthony - Dependency Injection

NETTUTS.com: Creating a Dynamic Poll with jQuery and PHP

DevShed: Understanding Destructors in PHP 5


Community Events











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


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

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