Forum Moderators: coopster

Message Too Old, No Replies

Live feed of world currency

         

dolin

11:13 am on May 25, 2009 (gmt 0)

10+ Year Member



Hi how do you make one of those live feed of world currency tables that update every few seconds? Also where do we get the currency data from? Any tutorial on this?

coopster

2:16 pm on May 26, 2009 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, dolin.

Once you have located the live feed you retrieve and parse the information so you can use it as you wish. Often times the feeds are xml so if you are using PHP you can read and parse the information quite easily using the simplexml [php.net] functions.