Hi all, How do i write the following?
echo $number_format($pcRate_1, 2, ".", ",");
i want to put the "$" symbol in front of the number_format function.
Cheers, micmac
echo "$".number_format($pcRate_1, 2, ".", ",");