Hello!

Im just so frustrated because Iv searched for answer to this for over an hour and Im stuck!

I need to execute mysql query through php.. ok it's easy. I have data that requires UTF-8 for characters like "?", "?" etc. When their stored in mysql database they are changed to "?" question marks. I just dont know what to do anymore because I tried exeuting

mysql_query("SET NAMES 'utf8'");
mysql_query("SET CHARACTER SET utf8");

before query and after connectiong to database. My tables and fields and everything in Mysql is set to utf8_general_ci.

I just can't find the solution, please help!
and the .php files are also saved in UTF-8
Yes I have the database in UTF-8, because from phpmyadmin I can add thous symbols but when I try through php they show up as "?".

Tryed removing all thous SET NAMES UTF-8 etc, but still nothing..