03-12-2008, 12:20 PM
|
#8 (permalink)
|
|
The Contributor
Join Date: Feb 2008
Location: Croatia
Posts: 90
Thanks: 4
|
I use Inspekt for all my superglobals :)
Just make a POST cage and assign values
PHP Code:
$post = Inspekt::makePostCage();
$name = $post->getRaw('post_name');
Easy as that 
__________________
Back from sysadmins to the programmers.
|
|
|