Display numeric in words

I hope this script will be very useful to all of you who are working in PHP.

Actually this is a kind of small and useful project.

I was asked to develop a script for displaying sum total in words in one of my interviews, at that time I could not complete this script.

So I decided to complete it, and so I developed it, which I am sharing with you all.

This script can display numeric to words upto millions with two decimal places.

1000000000 In words: One thousand million.


I am attaching a simple example.

Numeric.txt

1) Download the file and save the text file as PHP file.

2) Place the file in your root directory.

3) Execute the file from browser.

4) You can modify the code as per you requirement


Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top