PHP Code:
////////////turn it into currency/////////////////////
setlocale(LC_MONETARY, 'en_US');
$price = money_format('%(#10n', $price) ;
$pricehigh = money_format('%(#10n', $pricehigh) ;
////////////turn it into currency/////////////////////
I know this was originally designed to run on Linux servers.. just need to change the function MONEY_FORMAT to NUMBER_FORMAT, but not quite sure what else should go with it???
Any takers??
