within my plugin (or in the PHP of a page, with PHP enabled) I can do a dump of the $IN variable… and all $_POST / $_GET variables are stripped from the response.
here’s what I’m using:
global $IN;
print_r($IN);any ideas?
$IN is a class object, not an array. Just to close the loop, here is the Input class docs for 1.x and for 2.x.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.