One of my clients wishes to display their share price and the price of oil on their website. The service provider has informed me that they will provide the data as am XML file.
How do I go about implementing this into a table in my xhtml/php page?
I've searched online and tried a few things but none are working correctly.
URL fopen the XML file, transform it using one of a number of options in PHP (simpleXml, XSLT, etc, etc), display on page like any other data. Bonus points for having a working caching strategy.
Bookmarks