在使用php过程中出现:Undefined variable: HTTP_server_VARS
我用的php是4.3,在iis下运行,我准备运行<?echo"主机名称:".$HTTP_server_VARS['http_host'];echo"genlujing:"...
我用的php是4.3,在iis下运行,我准备运行
<?
echo "主机名称:".$HTTP_server_VARS['http_host'];
echo "genlujing:".$HTTP_server_VARS["document_root"];
?>
结果出现如下信息,这是怎么回事?
Notice: Undefined variable: HTTP_server_VARS in F:\我的学习\it\php\web\new day\TMP5ccv53q4wd.php on line 8
主机名称:
Notice: Undefined variable: HTTP_server_VARS in F:\我的学习\it\php\web\new day\TMP5ccv53q4wd.php on line 9
genlujing: 展开
<?
echo "主机名称:".$HTTP_server_VARS['http_host'];
echo "genlujing:".$HTTP_server_VARS["document_root"];
?>
结果出现如下信息,这是怎么回事?
Notice: Undefined variable: HTTP_server_VARS in F:\我的学习\it\php\web\new day\TMP5ccv53q4wd.php on line 8
主机名称:
Notice: Undefined variable: HTTP_server_VARS in F:\我的学习\it\php\web\new day\TMP5ccv53q4wd.php on line 9
genlujing: 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询