标签: php get http-post environment-variables
如何从另一个PHP脚本中获取变量?
$test = $_POST['a'];
但我想要这个:
$test= $_POST[$a];
这可能吗?