Hi all
I need assistance on copying a string from an xml file to a php variable.Here is a sample of the xml file. I need to extract the Australian dollar price only
Code:
<GP per="gr" date="2011-03-07 01:00:10">
<Price currencyname="Argentine Peso" currencycode="ARS">145.1111</Price>
<Price currencyname="Australian Dollar" currencycode="AUD">45.4088</Price>
<Price currencyname="Brazilian Real" currencycode="BRL">75.8089</Price>
</GP>
Thanks
|