This topic is locked

Cannot add data by PHPMYADMIN

2/2/2007 5:36:59 AM
PHPRunner General questions
S
seantw author

Dear Sir:

I create database with PHPRUNNER. It ok to add data by php files(phprunner generated).

but If I add by phpmyadmin, the data will appear garbage code in my page.

The phprunner generated pages is encoded by unicode.

The phpmyadmin is UTF-8 interface ???

I input Traditional Chinese Characters for testing.
Thanks for your help !!!

Alexey admin 2/2/2007

Hi,
by default PHPRunner uses BIG5 encoding.

To change it to UTF-8 modify generated include\dbcomon.php file.

Find this line there:

$cCharset = "Windows-...";

and replace it with:

$cCharset = "utf-8";

S
seantw author 2/2/2007

Still not in correct encoding.

I already mail the AVI files I recored.

And why Chinese language support is not included in this version ?

I suggest you should use "UTF-8" for multilanguage support included "Simple & Traditional Chinese".
BTW: My Reg Code Is Fail, Please Check IT! I still not start to use phprunner (because this UTF-8 encoding problem)

Hi,

by default PHPRunner uses BIG5 encoding.

To change it to UTF-8 modify generated include\dbcomon.php file.

Find this line there:

and replace it with: