Hi,
I have an application that allows user to view some public pages and on those page, some of the fields are in English as well as Chinese characters. Unfortunately when I port the same application over to our live server, the public pages won’t work and Chinese characters (are saved and) displayed as numbers & symbols.
The fact that it works mean PHPRunner 5.1 is working fine (I think) and likely there is some server setting that is restricting the session or configuration different. Could I ask what are the server settings required for a public page and view fields in Chinese characters? Sessions are on and my programmed sessions are working. Database is already UTF8 (unicode-general-ci) and PHPRunner output to UTF-8. What else could be troubling these 2 features?
SG Chan
Sorry to have troubled you folks. I found the mistake. The server environment uses a different dbcommon.php file because the database name and password is different in the live environment. Then it dawned on me, the utf-8 encoding was set in the dbcommon.php file. Thus I have been using the wrong dbcommon.php at the live server!!