Chief -
Just use the number_format function (which you're already using, right?) to specify the thousands separator as a comma.
number_format($value, 2, ".", ",");
That'll return the value you're looking for, I think.
-Jeremy
Web Developer
Helium FLASH
http://www.heliumflash.com