sent a json post request from javascript but can't access the values in the $_POST variable in php. but they are accessible as a string in $GLOBALS['HTTP_RAW_POST_DATA'] variable.hw do i access my values as an array.Please help!
[RESOLVED] Converting $GLOBALS['HTTP_RAW_POST_DATA'] to an array
Can you post the contents of that variable so we can see exactly how the request is structured?
Or fix your JavaScript so that it posts it as the value portion of a valid key=value pair.