I\'ve spent a couple of days sifting through various methods to encourage FPDF to render the Euro symbol, but none have succeeded. I have:
$currency = iconv(\"UT
if You Want to show this line "£4.30" just follow bellow
$text = chr(163); $pound = $text."4.30 p m";
Note: 163 = pound code;