Can anyone tell me where to insert a pound sign to show it using the code below.
PHP Code:$totmoney = $totmoney + (int)$myrow["money"];
Printable View
Can anyone tell me where to insert a pound sign to show it using the code below.
PHP Code:$totmoney = $totmoney + (int)$myrow["money"];
just add:
$tomoney = '£' . $tomoney;