News Feed
Jobs Feed
Sections




News Archive
DevShed:
Cleaning up Array Elements, POST and GET Requests with Filters in PHP 5
September 10, 2009 @ 09:48:07

DevShed has posted the last article in their series on filtering input (from whatever source) in your PHP application. This time the focus is on cleaning up the GET and POST superglobals.

The [filter] library is also capable of cleaning up strings in arrays, as well in data coming from GET and POST requests and cookies. Therefore, this final article of the series will demonstrate how to do this with a few understandable examples, in this manner concluding this quick introduction to working with the PHP 5 filter library.

They show how to use each of the constants referring to these superglobals (INPUT_GET, INPUT_POST, INPUT_REQUEST, etc) to run through each of the values and check them against another filter.

0 comments voice your opinion now!
tutorial filter superglobal extension


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Using Ajax with PHP to Create an Interactive Web Page

Mindloop Blog: Htmlpurifier and the CodeIgniter framework

NETTUTS.com: Adding Caching to a Data Access Layer

The Bakery: Seven New Articles/Tutorials

SpinDrop.us: Using Zend Search Lucene in a symfony app


Community Events











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


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

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