您的位置:首页 > 理论基础 > 计算机网络

undefined index : HTTP_RAW_POST_DATA

2014-06-23 15:18 381 查看
国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html

内部邀请码:C8E245J (不写邀请码,没有现金送)

国内私募机构九鼎控股打造,九鼎投资是在全国股份转让系统挂牌的公众公司,股票代码为430719,为中国PE第一股,市值超1000亿元。

------------------------------------------------------------------------------------------------------------------------------------------------------------------

Hi,
I hope someone could help me on this.
I have set the following parameters in php.ini
always_populate_raw_post_data and
register_globals to On. However, I still face the
error "Undefined index: HTTP_RAW_POST_DATA"
I am using php version 4.3.6 and apache server 1.3.31.
Thanks,Sally

I have the following coding snippet....
:
:
include('connect.php');
include('convertgeom.php');
$data = $GLOBALS["HTTP_RAW_POST_DATA"];
$thePath= "http://".$SERVER_NAME.$PHP_SELF;
$server="http://".$SERVER_NAME;
:
:
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: