theodoredove
New Member
\[quote\] Possible Duplicate:
How to implement exchange rate in PHP? \[/quote\]Im currently making a REST currency converter application for a project. I have made the majority of the program. currently I get my rates from yahoo finance which works fine. I have been asked by my lecturer to include another source for my rates in case the yahoo link goes down (just to be safe). I have been told that a good way to do it would be to page scrape from the bloomblerg siteview-source:http://www.bloomberg.com/personal-finance/calculators/currency-converter/ line 1729 on has the exchange rates I need. How would I be able get the rate that I needed?so I could have a function when I input GBP and it got the GBP to USD rate.thanks for any help!
How to implement exchange rate in PHP? \[/quote\]Im currently making a REST currency converter application for a project. I have made the majority of the program. currently I get my rates from yahoo finance which works fine. I have been asked by my lecturer to include another source for my rates in case the yahoo link goes down (just to be safe). I have been told that a good way to do it would be to page scrape from the bloomblerg siteview-source:http://www.bloomberg.com/personal-finance/calculators/currency-converter/ line 1729 on has the exchange rates I need. How would I be able get the rate that I needed?so I could have a function when I input GBP and it got the GBP to USD rate.thanks for any help!