I need to include an automatic call to a real-time exchange rate table to get the ratio in a PhP code, so prices calculated (i.e. $Euroval) can be displayed also in other currency(ies), such as $Gbpavl = $Euroval * $k.
Anyone knows a site where I can get that?
I just want to make a call to a site and receive "k" in response. The call must be invisible and processed at the server, before downloading the HTML to the client.
2007-06-29
20:56:23
·
1 answers
·
asked by
just "JR"
7
in
Computers & Internet
➔ Programming & Design
I have curl, I can access XE, but no idea how to pass "val", "FmEur", "ToGBP", and get back "0.666"...
Bit of code?
2007-06-29
23:24:17 ·
update #1