Re: [PHP] Newbie Question - Parse XML with PHP...
[email protected] (shiplu)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CADO5mDBftBJTCdWrw=37mVY5Yqra7L8u=fxSZ7n3xjxntQ9TDg@mail.gmail.com> |
On Apr 22, 2013 7:00 AM, "Bastien Koert" <[email protected]> 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.