Currency converter.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

Currency converter.

Post by sarbas »

Hi,

I want to convert chinese currency against major other currencies in realtime (not manually) from relevant website(such as yahoo.com). I struggling to do this it. Can any one give some codes and help to do it.


Thanks With regards.
Sarbas.
visitor-Q
Forum Commoner
Posts: 72
Joined: Mon Feb 05, 2007 1:40 am

Post by visitor-Q »

what you need are the conversion ratios, you don't need anyone to do it for you. http://www.xe.com/ucc/full.shtml
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

currency converter

Post by sarbas »

hi visitor-Q,
Thanks for your reply. Iw ant daily updates of currency value in to my page without providing any outside site link.

Thanks
Sarbas
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There are RSS feeds for currency information available.
sarbas
Forum Commoner
Posts: 64
Joined: Thu Jan 04, 2007 5:51 am

currency converter

Post by sarbas »

Hi,

Where i get these currency values RSS feed

Thanks again
Sarbas
visitor-Q
Forum Commoner
Posts: 72
Joined: Mon Feb 05, 2007 1:40 am

Re: currency converter

Post by visitor-Q »

sarbas wrote:Hi,

Where i get these currency values RSS feed

Thanks again
Sarbas
just google it, man.

http://ansuz.sooke.bc.ca/rippy/exchange/
Post Reply