This is a discussion on Re: [PHP] What to use? within the PHP General forums, part of the PHP Programming Forums category; Hey, If anyones intrested, solved the problem like this: ******************************** function cun($num) { $num = number_format($num,2,'.',','); return $num; } echo cun($...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hey,
If anyones intrested, solved the problem like this: ******************************** function cun($num) { $num = number_format($num,2,'.',','); return $num; } echo cun($var1); ******************************** Cheers, -Ryan We will slaughter you all! - The Iraqi (Dis)information ministers site http://MrSahaf.com |