I want to use php money_format function from below currency.
(INR,USD,EUR,GBP,AUD,CNY,HKD,JPY)
In my system I have allow to select currency from above list, As per selection I have display amount.
I have tried this code for USD & INR
money_format('$%i',$amount); //USD
money_format('%!i',$amount); //INR
I want money format function code for all the currencies that I have listed above.
I have found this function on web and its really helpful for me.
Format currency