SyntaxFix
Write A Post
Hire A Developer
Questions
First, we need to filter the XML so as to parse that change objects become array
//catch xml $xmlElement = file_get_contents ('php://input'); //change become array $Data = (array)simplexml_load_string($xmlElement); //and see print_r($Data);