Hey guys, I'm developing using php and SQL 2000 on a windows platform and I need to display a number from the database inform of money format. eg a number stored as 8496548 in the database should be displayed as 8,496,548. I checked the money_format function in the php manual and I'll quote what it says
"The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, so money_format() is undefined in Windows."
does anyone out there know of any other method? Thanks in advance.