Hi
I set DB, table, column all things are utf8 in mysql 5.0
I use phpmyadmin to insert chinese data and it works
however, when i use php script to insert it, it showed the error:
Incorrect string value: '\xA4@\xBD\xFA' for column 'name' at row 1
I set names utf8 before insert query.
Any idea?