Try number_format() http://www.php.net/manual/en/function.number-format.php
Kirk
> -----Original Message-----
> From: Ramiro Radjiman [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 08, 2001 8:35 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] money print out with two digits after , e.g. 49,00
>
>
> I want to changes 49.4 ---> 49,4
> 49,4 ----> 49,40
>
> the first rule is done with the code
>
> $totaal=49.4;
> $totaal=str_replace(".",",",$totaal);
>
> how can i do the second row??
--
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]