I have database with a list of currencies and their rates, also i have the history for them as well, the base rate is usd,
now the question is my user select a different base rate ie AED, EGP, BRL
I need to convert all my values dynamically on that base rate user has selected.
Q: what is the formula for rate conversion and is there a php or mysql way of doing this.
I have search high and low for this and i keep getting stomped