国内私募机构九鼎控股打造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;
:
: