Invoice Amount in words for multiple currencies

Discussion in 'PHP' started by tejasluvs, Jun 21, 2010.

  1. #1
    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.
     
    tejasluvs, Jun 21, 2010 IP
  2. stephan2307

    stephan2307 Well-Known Member

    Messages:
    1,277
    Likes Received:
    33
    Best Answers:
    7
    Trophy Points:
    150
    #2
    I have a javascript one somewhere. Would that help?
     
    stephan2307, Jun 22, 2010 IP
  3. tejasluvs

    tejasluvs Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I need it for a PHP application. If in anyways it can be used then please pass it on.
     
    tejasluvs, Jun 25, 2010 IP
  4. techbongo

    techbongo Active Member

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #4
    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.
     
    techbongo, Jun 25, 2010 IP
  5. tejasluvs

    tejasluvs Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks for your help. I think I can manage now.
     
    tejasluvs, Jun 26, 2010 IP
  6. techbongo

    techbongo Active Member

    Messages:
    309
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #6
    Sound great!
     
    techbongo, Jun 26, 2010 IP