[eluser]JoeWa[/eluser]
I'm trying to pull Chinese database content to some dynamic PHP pages within our CodeIgniter website. The PHP files that make up each page are encoded as UTF8 which displays static Chinese text correctly. However, all Chinese content from the database is rendered as question marks.
For example:
...shows up as:
As with the PHP code, all tables are collated as:
The data shows correctly in the database. Any ideas? Many thanks!