[PHP] Re: Money format

2004-07-21 Thread Lukáš Moravec - PTV Servis
I got it.thankx to all. Lukas

[PHP] Re: Money format

2004-07-20 Thread Kevin Martin
Lukáš moravec - ptv servis wrote: Hi to all, is there any function wich can format a "double" or "string" into "money format".for example: 1526789,99 to 1.526.789,99 or something like that.? Regards Lukas Sure, see http://php.net/number_format . I love it when it's as easy as saying "RTFM" -- PHP