Import xml feed into php script.

You can use cURL or fopen to grab the remote xml file.
And you could use the php's xml function (simplexml etc.) to parse the grabbed data.
 
SimpleXML is the way to go - nice and easy!!
 
Solved it here if it's any help to anyone.
http://www.blackhatworld.com/blackhat-seo/commission-junction/142844-cjs-fusepump-xml-feed.html
Thanks for your replies guys.
 
Last edited:
Back
Top