undefinedindex:HTTP_RAW_POST_DATA

孤劍發表於2014-06-23

國內私募機構九鼎控股打造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; 

: