[SOLVED] displaying £
Posted: Tue Mar 30, 2004 3:37 am
I want the £ to show before the price is displayed. I am using the code below but all i get is a ? instead of £:
can anyone help...thanx
?>
Code: Select all
<td><b><font color='#800080'>Total Price: £"; printf ("%.2f",$total_price); echo"</font></b></td>can anyone help...thanx
?>