RE: [PHP] number_format question From: Jay Blanchard (jay.blanchard <email protected>)
Date: 10/31/02

[snip]
 If I try that I get a wrong parameter count error.

[/snip]

number_format ( float number [, int decimals [, string dec_point [, string
thousands_sep]]])

number_format($number, 0, '', ',');

Try that ...

Jay

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php