Quick help using dollar sign..
Posted: Thu Apr 14, 2011 11:45 am
I have a quick question how can I put the dollar sign in front of the numbers?
right now is like this:
12.00 $
'<td onclick="ShowHide(\'sec_'.$prod->serie.'\')" align="right">'.number_format($prod->preco, 2, '.', ',').' $</td>'.
I need this like this:
$12.00
Please help!
right now is like this:
12.00 $
'<td onclick="ShowHide(\'sec_'.$prod->serie.'\')" align="right">'.number_format($prod->preco, 2, '.', ',').' $</td>'.
I need this like this:
$12.00
Please help!