-
<?
-
-
class c_HiddenVars {
-
-
function display($a) {
-
-
for ($i =
0,
Reset($a);
$i <
$c;
$i++,
Next($a)) {
-
$k =
Key($a);
$v =
$a[$k];
-
-
-
for (Reset($v),
$vi =
0;
$vi <
$vc;
$vi++,
Next($v)) {
-
-
-
[$vk]). “\”>\n“;
-
}
-
} else {
-
-
}
-
}
-
}
-
-
function get() {
-
-
if (is_array($HTTP_GET_VARS)) { $this->
display
-
($HTTP_GET_VARS); }
-
}
-
-
function post() {
-
-
if (is_array($HTTP_POST_VARS)) { $this->
display
-
($HTTP_POST_VARS); }
-
}
-
-
function all() {
-
$this->get();
-
$this->post();
-
}
-
};
-
-
?>
Leave a comment
You must be logged in to post a comment.
Coding worked!