I'm at begginner level of mysql, doing transition from access to mysql got a very simple routine running, inserting some data from simple phpform into localhost base. i ran into a problem with some slavic characters like čšž as they don't display right
got mysql base set to utf-8 encoding and if i input directly it works ok
got all meta data set to
got this after connection
mysql_query("SET NAMES ''utf8'' COLLATE ''utf8_slovenian_ci''"); mysql_query("SET CHARACTER SET ''utf8_slovenian_ci'';");
Still get gibberish like this Äćžđšp or this Å¡pela
Any ideas