Retreive XML from a third party page in PHP
Posted
by Steven1350
on Stack Overflow
See other posts from Stack Overflow
or by Steven1350
Published on 2010-06-17T14:17:12Z
Indexed on
2010/06/17
14:23 UTC
Read the original article
Hit count: 157
I need read in and parse data from a third party website which sends XML data. All of this needs to be done server side.
What is the best way to do this using PHP?
© Stack Overflow or respective owner