....

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tetsuO2
Forum Newbie
Posts: 16
Joined: Thu Aug 10, 2006 6:33 am

....

Post by tetsuO2 »

the prpblems has been already solved.

Thanks.
Last edited by tetsuO2 on Thu Apr 05, 2007 12:04 am, edited 2 times in total.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

The document starts with hex(EF BB BF). That's the BOM (byte order mark) for utf-8.
tetsuO2 wrote:so i directly post comments into PhpMyadmin.
Which browser do you use? Do you know where it shows the the encoding/character set of the current page?

please run the querries

Code: Select all

SHOW FULL COLUMNS FROM nameOfYourTable
and

Code: Select all

SHOW VARIABLES LIKE '%character%'
in phpmyadmin where you normally would enter a news entry.
Post Reply