Forum Moderators: coopster
Certain characters do not seem to display properly when called from the database when using php
These characters appear to be the following - £ and ' signs
They just appear with a ? when displayed on the page
The field is collated as utf8_unicode_ci and I have also tried latin1_general_ci in the database but it does not seem to make any difference at all
I assume there is an easy way of dealing with this?