how to reinstall locales
i read online this is what i need to do to fix my problem
10.00
it was set to en_US = $10.00
changed it to en_GB =□10.00
setlocale(LC_MONETARY, ‘en_GB’);
$pricetotal = money_format("%10.2n", $pricetotal);
any ideas? HELP! PLEASEEEE