Hi,
I want to store English and Japanese in a database table which I have managed to achieve by setting the database to UTF-8 (supports both). When I check the table in phpmyadmin the Japanese is there. However, when I extract the Japanese data using a PHP script and display it in the browser it comes out as ???????????????????? - is this because the apache/php server is not set as UTF-8? I have been able to set this in my apache.conf file on my local server on my PC but I doubt I'll have such control from a hosting server which I understand. Is there any method to allow me to display these characters? Can this be set from the x10 cpanel? Or even the PHP script?
Cheers
Bizt


2Likes
LinkBack URL
About LinkBacks
Reply With Quote


