On Apr 22, 2013 7:00 AM, "Bastien Koert" <phpster@xxxxxxxxx> wrote: > > I have an app that gets passed in xml and use this code to read that data in > > // We use php://input to get the raw $_POST results. > $xml_post = file_get_contents('php://input'); $xml_post is string. I think now you know what to do.