Function number_format(); should do the trick for you, maybe with the help
from str_replace('commas' for 'dots');

--

Julio Nobrega

No matter where you go, &this.

"Sascha Ragtschaa" <[EMAIL PROTECTED]> wrote in message
7208FD7EEEE3D511B7040050BF68EF1E027A09@MUCMAIL">news:7208FD7EEEE3D511B7040050BF68EF1E027A09@MUCMAIL...
> Hi,
>
> I have a small question? Does anyone know (or has written) a function
about
> "digit grouping symbols", that means:
> when I have a value of 1000, it should print out like this: 1.000
> The same when I have a value of 1000000, it should give 1.000.000
>
> Does anyone know how to do it? Thanks in advance...
>
> Sascha
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to