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

Justin Silverton's Blog: PHP library for Microsoft AJAX

Daniel Krook's Blog: Technologies of the day: CakePHP & CodeIgniter

Maarten Balliauw's Blog: Generic arrays in PHP

CodeIgniter.com: New User Guide in Development

Juozas Kaziukenas' Blog: How to use external libraries in PHP?


Community Events











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


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

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