HTTP_RAW_POST_DATA Empty
Posted: Thu Nov 27, 2008 2:48 am
Hi,
I need to capture HTTP_RAW_POST_DATA status for download but its empty.
here is my code:
ini_set("always_populate_raw_post_data","On");
$stat = $HTTP_RAW_POST_DATA;
print $stat;
thanks,
I need to capture HTTP_RAW_POST_DATA status for download but its empty.
here is my code:
ini_set("always_populate_raw_post_data","On");
$stat = $HTTP_RAW_POST_DATA;
print $stat;
thanks,