> Are you looking at this in a HTML page? If so, what does the source say?
> Someone just recently had this problem because the value was
> '<b>12.34</b>' rather then '12.34'.... Try an echo htmlentities($c);
Thanks both of you. The htmlentities($c) output was $12.34 caused by
the $currencies->format() function.