I’m still searching for some way to display the day’s dollar-euro exchange rate on a page.
I’ve found an XML page at the European Central Bank this is updated daily and that folks apparently use for this purpose. But after Googling for how it’s done, I remain lost. (Explanations I found about using PHP to retrieve this data leave me with a feeling I last had when someone tried to explain the mechanical theories associated with the latest work on multi-dimensional space-time. 😖 ) It’s apparently easy for those who know what they’re doing; I’m not in that group.
What I need is a way to simply display the day’s rate: 1 Euro = 1.476 USD. I don’t need that page’s entire list, and that may be more complex than getting it all.
Can anyone provide a pointer perhaps to an existing script or one that would be fairly simple for non-PHP person to alter? Or even to another source for this bit of data? There are some scripts out there that provide forms for accessing all kinds of currency conversions, but that’s not what I seek.