alohaaaron
Programmer
Hi, I'm trying to get the ["HTTP_RAW_POST_DATA"] data after an HTTP POST from of an XML file using the commands below. Can I manipulate this data using $fp=fopen($xml,"r"); or maybe I can't because it's not a file?
$xml = file_get_contents ('php://input') or die('file_get_contents (php://input)');
$fp=fopen($xml,"r");
$xml = file_get_contents ('php://input') or die('file_get_contents (php://input)');
$fp=fopen($xml,"r");