Page 1 of 1

UTF-8 DB

Posted: 2014-06-08 23:57
by energylevels2012
Is it OK to use MX Kollection or ADDT with UTF-8 MySQL DB - and potential issues??

Re: UTF-8 DB

Posted: 2016-03-02 14:11
by Fred
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);