Hello
I have the following text in my mySQL database...
"Prices from: £1350.00 + VAT"
I use the following code to insert it into my web page...
"<?php echo $row_rsProdList['desc_pro']; ?>"
But the following is displayed online  ...
"Prices from: �1350.00 + VAT"
Can anyone let me know where my problem is?
Cheers
Paul
|