Jump to content

Character Set Setup


shane18

Recommended Posts

I'm trying to make my php files connect to my mysql server using UTF-8, and I want all my data stored in UTF-8 and I want my mysql server fully in UTF-8...

 

+so far i got all my databases, tables, columns in utf8_unicode_ci

-to make data stored in utf8

 

+and i use mysql_query("SET NAMES 'utf8'");

-to connect from my php files to mysql in utf8

 

am I missing any other steps or settings? can someone also explain how the php client and mysql interact character set wise...

 

any input from anyone would be awesome :)

Link to comment
https://forums.phpfreaks.com/topic/181876-character-set-setup/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.