Currency updated

san monte

Member
Joined
Sep 8, 2005
Messages
17
Programming Experience
Beginner
Hi
There is a problem related to Currency update.
In my project there is module which is convert one currency value to the appropriate currency the user selected.

Suppose there are five options
1 Indian Ruppes
2. U.S Doller
3. Britain Pound
4. Japense Yen
5. Euro

if user want to convert 1 doller to the corresponding value in ruppes. This will automatically changed the value.

But every day the values of currencys are chaged.On our company website I daily updated the values of currencys. So how can i changed my database according to the change of the website data.

How can i use this website data to my project?
Is there any solution?

if someone knows anything about that please help me
This is urgent.

Thanks you
Sandeep Sharma
 
Hey Sandeep,

You could write a simple php script server side which returns the current conversion ratios then perform a webrequest from .net to that script, and parse out the values.
 
Back
Top