pull XML off of NNTP server?
- Started
- Last post
- 0 Responses
- morphinelips
Hopefully there are some programmer heads floating around tonight. I am using an NNTP server for live streaming statistics for NFL games, and have begun the process of trying to pull the XML off the server.
Right now I am able to display all the threads on the server, but when I try to display the XNL inside, I get a bunch of gobbley gook. I have tried using php functions like base64_decode and utf8_decode but to not avail.
The gobblegook looks like this:
Boundary-00=_HO1B411HN3TE2EBHN0X... Content-Type: Text/Plain Content-Transfer-Encoding: 8bit Content-Description: text, unencoded File reference: Slug: Bears-Patriots Scoring Play Report Sport code: american-football League: l.nfl.com Doc class: event-action Fixture key: action-score --------------Boundary-00=_HO1B4... Content-Type: Text/Xml Content-Transfer-Encoding: base64 Content-Description: text, base64 encoded PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNv...
Any help would be great, thanks :)