PHP5在默认的情况下接收参数是需要使用
$_GET["value"]
$_POST["value"]
还可以在PHP.ini文件中的
将 register_globals=Off 改成 register_globals=on
(此方法不建议使用)