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!
I am working on a project where i need to implement a code which can change INR(Indian Rupees) to USD (Dollar).Currently i got a code from net but i am nt able to get the correct exchange rate....i don't knw the problem and need help ...below i am attaching the code please check this
I saw the code, I think the problem is with some value that you are passing to the yahoo API for doing this conversion, you will have to refer to the user guide of the same so that you know the purpose of various variables passed and the correct values for them.
i have checked the url before and it is passing variables (from, to, and amt) and in the above script i think same are passing...i dont knw where the problem is exactly.
i think some problem is in storing it in buffer so variables are nt going to yahoo API or somthing else...
if you can tell exactly where to make change then it will be appriciable...