This is a php function which converts number into text. This function is developed in respect of Bangladeshi Currency (Bangladeshi Taka), but if you know a little php, you can convert it into your currency. Just call the function as [php] [/php] You will get the result. Code: [php] <?php function convert_number($number) { if (($number… Continue reading PHP: Convert number into Text (Amount into words)