cnagra Posted April 21, 2006 Share Posted April 21, 2006 hiim tryin to change my code so it outputs the number in £'s instead of $'shere is wat i got blueFont("tahoma"," $NoShipping");} else {$SC=number_format($SC,"2",".","thousands_sep");blueFont("tahoma"," $$SC");}what do i change?thanks Link to comment https://forums.phpfreaks.com/topic/8007-code-for-changing-s-into-%C2%A3/ Share on other sites More sharing options...
AndyB Posted April 21, 2006 Share Posted April 21, 2006 [code]blueFont("tahoma"," £$SC"); [/code] Link to comment https://forums.phpfreaks.com/topic/8007-code-for-changing-s-into-%C2%A3/#findComment-29211 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.