UTF-8 DB

Any tips and tricks that has to with the ADDT that doesn't fit into one of the other categories
energylevels2012
Posts: 58
Joined: 2012-07-22 16:41

UTF-8 DB

Post by energylevels2012 » 2014-06-08 23:57

Is it OK to use MX Kollection or ADDT with UTF-8 MySQL DB - and potential issues??

User avatar
Fred
Site Admin
Posts: 491
Joined: 2010-02-15 12:10
Location: Armagh, Northern Ireland
Contact:

Re: UTF-8 DB

Post by Fred » 2016-03-02 14:11

Goodness me I didn't even see this post.

Obviously you got this sorted.

Here is a trick if your db is not set up properly.
Add this just below your $siteConn line in your connection script

Code: Select all

mysql_set_charset('utf8',$siteConn);

Post Reply