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
Tuesday, April 27, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment