I would like a number to be displayed with comma's when it is recalled from the database...
for example 985856955669 would be stored in the database, but when it displays on the screen, I would like it to be 985,856,955,699. Any idea how to do this?
number_format() http://www.php3.de/manual/en/function.number-format.php