Tuesday, April 27, 2010

Convert Amount in Words

when you specify an Amount value in text field ,it converts the value to words like, if you specify 200 then it will output as Two Hundered only. Code:
$rs['Amount']=’200′;
strtoupper(int_to_words(round($rs['Amount'])));
 
Use this function to convert the number to words

No comments:

Post a Comment

 

Followers