Date: 10/31/02
- Next message: Brandon Orther: "RE: [PHP] ^M at the end of each line when I use php to write file"
- Previous message: ed <email protected>: "RE: [PHP] number_format question"
- In reply to: ed <email protected>: "RE: [PHP] number_format question"
- Next in thread: ed <email protected>: "RE: [PHP] number_format question"
- Reply: ed <email protected>: "RE: [PHP] number_format question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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
- Next message: Brandon Orther: "RE: [PHP] ^M at the end of each line when I use php to write file"
- Previous message: ed <email protected>: "RE: [PHP] number_format question"
- In reply to: ed <email protected>: "RE: [PHP] number_format question"
- Next in thread: ed <email protected>: "RE: [PHP] number_format question"
- Reply: ed <email protected>: "RE: [PHP] number_format question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

