[PHP] Currency help

2001-08-07 Thread Mitja Simèiè
Hello, My problem is how to find simple way to change REAL number from MySQL to currency type with PHP. Exmaple: MySQL: 12323434,34 I need to parse it as: 12.323.434,34 tnx, mitja. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [PHP] Currency help

2001-08-07 Thread Renze Munnik
On Tue, Aug 07, 2001 at 11:30:18AM +0200, Mitja Simèiè wrote: Hello, My problem is how to find simple way to change REAL number from MySQL to currency type with PHP. Exmaple: MySQL: 12323434,34 I need to parse it as: 12.323.434,34 tnx, mitja. One simple function number_format: