What is the best way to format a DB field as currency?
Check out the "number_format()" function... it formats numbers, then you can do what you wish with the output. Very nice function.
http://www.php.net/manual/en/function.number-format.php
That worked great! Thanks.
Is there some sort of a 'format_currency' that would add a "$" to the record set?
aml