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

Mike Wallner's Blog: Dropping server load with HTTP caching

Symfony Blog: How to send emails in symfony 1.1

PradoSoft.com: PRADO/Wordpress/BBPress integration v1.0...

Procurios Blog: Syntactic Sugar for MySQLi Results using SPL Iterators

Sebastian Bergmann's Blog: Support for BDD and Stories in PHPUnit 3.3


Community Events











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


introduction release rest testing podcast community phpunit zendframework2 conference functional interview symfony2 series framework opinion language database google development usergroup

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