UTF-8 DB
-
- Posts: 58
- Joined: 2012-07-22 16:41
UTF-8 DB
Is it OK to use MX Kollection or ADDT with UTF-8 MySQL DB - and potential issues??
Re: UTF-8 DB
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
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);