News Feed
Jobs Feed
Sections




News Archive
Luc de Brouwer's Blog:
Never having to use $_GET or $_POST again
August 02, 2010 @ 08:53:35

In a quick post to his blog Luc de Brouwer reminds us that we don't ever need to use $_GET or $_POST directly again thanks to PHP's filter extension.

This doesn't just work for $_GET and $_POST but also for $_SERVER and $_COOKIE variables. Check out the documentation for filter_input() on the PHP website.

He shows how it compares to the filtering that CodeIgniter has to offer with a few code examples - one showing a filtered fetch and the other showing how to grab the raw value from the superglobal (if you really need it, that is).

0 comments voice your opinion now!
filter extension example codeigniter


blog comments powered by Disqus

Similar Posts

Mikko Koppanen's Blog: Trimming an image

Alexander Netkachev's Blog: 404 error with Zend Framework Front Controller

Amazium Blog: PHP in the Dark: Input/Output

Community News: Memcached Extension Updated - Adds JSON Serialization Support

Chris Jones' Blog: PHP 5.3.8 RPMs are on oss.oracle.com


Community Events









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


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

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