Showing posts with label indian number system. Show all posts
Showing posts with label indian number system. Show all posts

Numeric to word currency converter (Indian Number System)




Few days back at my work there arouse a need of converting integer currency to its respective word form or sentence form. 

I developed the following  code in PHP to do the same. It works for Indian Currency and can manipulate values upto 999 crores.

Heres the code