Any help, with this welcome
Posted: Wed Sep 06, 2006 7:09 am
Hi would greatly welcome any help with this
,,,////////////turn it into currency/////////////////////
setlocale(LC_MONETARY, 'en_US');
$price = money_format('%(#10n', $price) ;
$pricehigh = money_format('%(#10n', $pricehigh) ;
////////////turn it into currency/////////////////////
Above written for Linux based server.... Anybody got an idea how i can change it to run on windows??? ::)
,,,////////////turn it into currency/////////////////////
setlocale(LC_MONETARY, 'en_US');
$price = money_format('%(#10n', $price) ;
$pricehigh = money_format('%(#10n', $pricehigh) ;
////////////turn it into currency/////////////////////
Above written for Linux based server.... Anybody got an idea how i can change it to run on windows??? ::)