How can I convert amount in words for multiple currencies? I am using some class & functions but they have bugs & not fully functional. Does anyone have full functional and tested code/example? Thanks in advance.
Why don't you store the amount in Session and display the value based on calculations on the session data. Suppose the session stores value 10 dollars. Now, you pass an URL parameter, currency=GBP, it multiplies 10x 1.5 and results 15GBP on UI. If you need specific code help, I'll charge some money. PM me if you need.