I hate characters sets and everything related, they make me get headaches!!
I'm now working on an app for using with OpenCart. The database is coded with utf8-bin.
What I want to do with my app in PHP is take data from an XML (encoded in ISO-8859-1) and put it correctly on the DB (encoded in UTF8-BIN)
I tried using $msqli->set_charset("utf8"); when connecting, utf8_encode with the strings, but nothing, it still shows strange characters.
Thanks in advance