This is for a paypal link on a website
global $currency_format; $currency_format = '$%01.2f'; = Gives me a $ sign
I'm trying to get it to show a £ sign, as its in the U.K
If i replace the $ with a £ , it shows up as a ? on the site
Any help will be greatly appreciated
Rich
global $currency_format; $currency_format = '$%01.2f'; = Gives me a $ sign
I'm trying to get it to show a £ sign, as its in the U.K
If i replace the $ with a £ , it shows up as a ? on the site
Any help will be greatly appreciated
Rich