4
Dear all,
I tried the following tools in the first place:
1) Apache 2.0.53
2) MySQL Max 4.1.10
3) PHP 5.0.3
However, I find that PHP5 is having problem when switching character set. Also, Apache 2.0.x by default will set default charact set to UTF-8.
So, my solution it to downgrade PHP to version 4.3.10 and update Apache's configuration file (httpd.conf) to comment the following line:
# AddDefaultCharset UTF-8
Hope this can solve your problem. :)
Regards,
Murphy